`.panel.smm {
    position: absolute;
    top: 2px;
    left: 0;
    background: #383636;
    width: calc(100% - 802px);
    height: 60px;
}

/* Desktop Dash navigation uses the same recessed hardware frame as the Stats activity display. */
@media (min-width: 768px) {
    body.ne-hardware-skin #ne_dash #ne_dash_menu .button {
        box-sizing: border-box;
        border: 1px solid rgb(255 255 255 / 4%) !important;
        border-radius: 0 !important;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.025) 32%, transparent 58%) !important;
        box-shadow: inset 2px 7px 15px 0px rgba(0, 0, 0, 0.22), inset 0 -10px 18px rgb(0 0 0 / 10%), 0 1px 1px rgba(0, 0, 0, 0.48) !important;
    }

    body.ne-hardware-skin #ne_dash #ne_dash_menu .button:hover {
        border-color: rgb(255 255 255 / 4%) !important;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.025) 32%, transparent 58%) !important;
        box-shadow: inset 2px 7px 15px 0px rgba(0, 0, 0, 0.22), inset 0 -10px 18px rgb(0 0 0 / 10%), 0 1px 1px rgba(0, 0, 0, 0.48) !important;
        transition: none !important;
    }

    body.ne-hardware-skin #ne_dash #ne_dash_menu .button:not(.active):hover {
        background-color: #383636 !important;
        color: inherit !important;
    }

    body.ne-hardware-skin #ne_dash #ne_dash_menu .button:hover > span:not(.icon) {
        color: inherit !important;
    }

    body.ne-hardware-skin #ne_dash #ne_dash_menu .button.active,
    body.ne-hardware-skin #ne_dash #ne_dash_menu .button:active,
    body.ne-hardware-skin #ne_dash #ne_dash_menu .button.active:hover {
        transform: translateY(1px);
        background-color: #2a2a2a !important;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 52%) !important;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.26) !important;
    }

    body.ne-hardware-skin #ne_dash #ne_dash_menu .show-view.button .icon {
        animation: none !important;
        transition: none !important;
        -webkit-filter: grayscale(1) !important;
        filter: grayscale(1) !important;
        opacity: 0.45 !important;
    }

    body.ne-hardware-skin #ne_dash #ne_dash_menu .show-view.button.active .icon {
        -webkit-filter: grayscale(0) drop-shadow(5px 5px 5px #f5a83d3d) !important;
        filter: grayscale(0) drop-shadow(0 -1px 3px #f5a83d3d) !important;
        opacity: 1 !important;
    }

    body.ne-hardware-skin.ne-ajax-loading #ne_dash #ne_dash_menu .show-view.button.active .icon {
        -webkit-filter: grayscale(0) saturate(0.65) brightness(0.55) !important;
        filter: grayscale(0) saturate(0.65) brightness(0.55) !important;
        opacity: 0.58 !important;
    }
}

/* Keep Dash navigation labels aligned with the selected Appearance font. */
#ne_dash #ne_dash_menu .button,
#ne_dash #ne_dash_menu .button > span:not(.icon) {
    font-family: var(--ne-app-font-family, "Mardoto", sans-serif);
}


/* Dash menu */
#ne_dash #ne_dash_menu .button:hover span {
    color: #ffffff;
}
#ne_dash #ne_dash_menu {
    position: absolute;
    top: 121px;
    left: 0px;
    width: 100%;
    z-index: 14;
    display: grid;
    background: #cccccc;
    grid-gap: 1px;
}

    #ne_show_start {
        width: 110px;
        height: 36px;
        top: 553px;
        left: 20px;
        line-height: 52px;
        z-index: 999;
        padding: 0;
        border-radius: 0;
        border: 0px solid #e0e0e01f;
        background: #821300;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
#ne_dash_menu .button .icon {
    background-size: 1170px;
    background-position: center -16px;
    display: block;
    width: 40px;
    height: 50px;
    top: 6px;
    left: 20px;

    border-radius: 0;
}

#ne_dash.minimal #ne_dash_menu .button .icon {
    left: 0px;
    top: 0px;
    width: 59px;
    height: 59px;
}

.show-view.button {
    height: 65px;
    position: relative;
    background: rgb(241, 241, 241);
    width: auto;
}


#ne_dash #ne_dash_menu .button.active,
#ne_dash #ne_dash_menu .button:active,
#ne_dash #ne_dash_menu .button.active:hover {
    /* box-shadow: none; */
    background-color: #202020;
}

#ne_dash #ne_dash_menu .button.active,
#ne_dash #ne_dash_menu .button.active span {
    /* color: #545454; */
    filter: grayscale(0);
}

#ne_dash_menu [hidden] { display: none !important; }

#ne_dash_menu .show-view.ne-dash-item-leaving {
    pointer-events: none;
    animation: ne-dash-item-out 140ms ease-in both;
}

#ne_dash_menu .show-view.ne-dash-item-entering {
    animation: ne-dash-item-in 180ms ease-out both;
}

@keyframes ne-dash-item-out {
    from { opacity: 1; transform: translateY(0) scale(1); }
    to { opacity: 0; transform: translateY(-5px) scale(0.96); }
}

@keyframes ne-dash-item-in {
    from { opacity: 0; transform: translateY(5px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    #ne_dash_menu .show-view.ne-dash-item-leaving,
    #ne_dash_menu .show-view.ne-dash-item-entering { animation-duration: 1ms; }
}

.ne-dash-categories {
    display: grid;
    grid-column: span 3;
    grid-auto-flow: column;
    grid-auto-columns: 68px;
    gap: 2px;
}

.ne-dash-header-action-slot {
    display: none;
}

.ne-dash-utility {
    display: none;
}

.ne-dash-submenu-tail {
    display: none;
}

#ne_dash_menu.is-utility-active [data-ne-dash-category-item],
#ne_dash_menu.is-utility-active .ne-dash-submenu-tail {
    display: none !important;
}

#ne_dash_menu .ne-dash-category {
    width: 68px;
    min-width: 68px;
    height: 45px;
    min-height: 45px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #383636;
    line-height: 45px;
    cursor: pointer;
}

#ne_dash_menu .ne-dash-category[aria-pressed="true"] {
    background: #383636;
    box-shadow: none;
}

#ne_dash #ne_dash_menu .ne-dash-category > .ne-dash-category__icon {
    display: block;
    width: 28px;
    height: 48px;
    margin: auto;
    padding: 0 !important;
    position: static !important;
    line-height: normal !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.62;
    filter: grayscale(1);
}

#ne_dash #ne_dash_menu .ne-dash-category[aria-pressed="true"] .ne-dash-category__icon { opacity: 1; filter: none; }
#ne_dash #ne_dash_menu .ne-dash-category:not(.ne-dash-utility) .ne-dash-category__icon { background-image: var(--ne-dash-group-icon); }
#ne_dash #ne_dash_menu .ne-dash-category:not(.ne-dash-utility) .ne-dash-category__icon > img { display: block; width: 100%; height: 100%; object-fit: contain; }
#ne_dash #ne_dash_menu .ne-dash-category--energy .ne-dash-category__icon { background-image: url(../images/ui-optimized/ic-energy-main-dark.svg); }
#ne_dash #ne_dash_menu .ne-dash-category--communication .ne-dash-category__icon {
    background-image: url(../images/ui-optimized/ic-heart-dark.svg);
}
#ne_dash #ne_dash_menu .ne-dash-category--growth .ne-dash-category__icon { background-image: url(../images/ui-optimized/ic-goals-dark.png); }

/* Search expands from 45px to 62px at this same shell breakpoint. */
@media screen and (min-width: 768px) {
    #ne_dash #ne_dash_menu .ne-dash-categories {
        grid-auto-columns: 93px;
    }

    #ne_dash #ne_dash_menu .ne-dash-category {
        width: 93px;
        min-width: 93px;
        height: 61px;
        min-height: 61px;
        line-height: 61px;
        border: 1px solid #61616136;
    }

    #ne_dash #ne_dash_menu > .ne-dash-header-action-slot {
        display: block;
        position: static !important;
        inset: auto !important;
        flex: 0 0 95px;
        width: 95px;
        min-width: 95px;
        height: 63px;
        margin: 0;
        padding: 0;
        pointer-events: none;
    }

    #ne_dash #ne_dash_menu .ne-dash-utility {
        display: block;
    }

    #ne_dash #ne_dash_menu .ne-dash-utility--search .ne-dash-category__icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='5.5' fill='none' stroke='%23b8b8b8' stroke-width='2'/%3E%3Cpath d='M15.5 15.5L20 20' fill='none' stroke='%23b8b8b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    #ne_dash #ne_dash_menu .ne-dash-utility--new .ne-dash-category__icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='%23b8b8b8' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    #ne_dash #ne_dash_menu .ne-dash-utility--search[aria-pressed="true"] .ne-dash-category__icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='5.5' fill='none' stroke='%23f4a83c' stroke-width='2'/%3E%3Cpath d='M15.5 15.5L20 20' fill='none' stroke='%23f4a83c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    #ne_dash #ne_dash_menu .ne-dash-utility--new[aria-pressed="true"] .ne-dash-category__icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='%23f4a83c' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    #ne_dash #ne_dash_menu .ne-dash-utility[aria-pressed="true"] .ne-dash-category__icon {
        opacity: 1;
        filter: none;
    }

    #ne_dash #ne_dash_menu .ne-dash-utility--search[aria-pressed="true"] {
        background: #383636;
        box-shadow: none;
        transform: none;
    }
}

#show_accounts .icon {
    background-position: -116px 25px;
}

.details.icon {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain !important;!i;!;
    background-position: center !important;!i;!;
    top: 18px;
    right: 30px;
    filter: grayscale(1) !important;!i;!;
    opacity: 0.4 !important;!i;!;
}
#ne_dash #ne_dash_menu .icon,
.details.icon {
    background-position-x: calc(50% + 290px);
    background-image: url(../images/ui-optimized/ic-feedback-dark.png);
    background-size: 90px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(2px 3px 2px #22222278);
    opacity: 0.7;
}

/* Reusable icon classes for custom module menu buttons. */
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-dash,
.details.icon.ne-icon-dash {
    background-image: url(../images/ui-optimized/ic-dash-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-requests,
.details.icon.ne-icon-requests {
    background-image: url(../images/ui-optimized/ic-request-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-orders,
.details.icon.ne-icon-orders {
    background-image: url(../images/ui-optimized/ic-orders.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-timesheet,
.details.icon.ne-icon-timesheet {
    background-image: url(../images/ui-optimized/ic-timesheet-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-production,
.details.icon.ne-icon-production {
    background-image: url(../images/ui-optimized/ic-production.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-docs,
.details.icon.ne-icon-docs {
    background-image: url(../images/ui-optimized/ic-documents.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-development,
.details.icon.ne-icon-development {
    background-image: url(../images/ui-optimized/ic-incident-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-projects,
.details.icon.ne-icon-projects {
    background-image: url(../images/ui-optimized/ic-orders-2.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-sprint,
.details.icon.ne-icon-sprint {
    background-image: url(../images/ui-optimized/ic-sprint-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-planner,
.details.icon.ne-icon-planner {
    background-image: url(../images/ui-optimized/ic-planner-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-goals,
.details.icon.ne-icon-goals {
    background-image: url(../images/ui-optimized/ic-goals-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-sales,
.details.icon.ne-icon-sales {
    background-image: url(../images/ui-optimized/ic-sales-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-timeline,
.details.icon.ne-icon-timeline {
    background-image: url(../images/ui-optimized/ic-timeline-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-accounts,
.details.icon.ne-icon-accounts {
    background-image: url(../images/ui-optimized/ic-accounts-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-campaigns,
.details.icon.ne-icon-campaigns {
    background-image: url(../images/ui-optimized/ic-campaigns-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-reports,
.details.icon.ne-icon-reports {
    background-image: url(../images/ui-optimized/ic-report-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-feedback,
.details.icon.ne-icon-feedback {
    background-image: url(../images/ui-optimized/ic-feedback-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-mediaplan,
.details.icon.ne-icon-mediaplan {
    background-image: url(../images/ui-optimized/ic-mediaplan-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-finance,
.details.icon.ne-icon-finance {
    background-image: url(../images/ui-optimized/ic-finance-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-agents,
.details.icon.ne-icon-agents {
    background-image: url(../images/ui-optimized/ic-agents-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-mirror,
.details.icon.ne-icon-mirror {
    background-image: url(../images/ui-optimized/ic-mirror-3-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-analytics,
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-data,
.details.icon.ne-icon-analytics,
.details.icon.ne-icon-data {
    background-image: url(../images/ui-optimized/ic-data-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-incident,
.details.icon.ne-icon-incident {
    background-image: url(../images/ui-optimized/ic-incident-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-incident-1,
.details.icon.ne-icon-incident-1 {
    background-image: url(../images/ui-optimized/ic-incident-1-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu .show-view.button .icon.ne-icon-support,
.details.icon.ne-icon-support {
    background-image: url(../images/ui-optimized/ic-support-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_inbox_show .icon,
.details.icon.ne_inbox {
    background-image: url(../images/ui-optimized/ic-inbox-dark.svg);
    background-color: transparent;
}

/* Dash Menu Icons */
#ne_dash #ne_dash_menu #ne_requests_show .icon,
.details.icon.request {
    background-image: url(../images/ui-optimized/ic-request-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_orders_show .icon,
.details.icon.ne_orders {
    background-image: url(../images/ui-optimized/ic-orders.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_timesheet_show .icon,
.details.icon.ne_timesheet {
    background-image: url(../images/ui-optimized/ic-timesheet-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_production_show .icon,
.details.icon.ne_production {
    background-image: url(../images/ui-optimized/ic-production.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_docs_show .icon,
.details.icon.ne_docs {
    background-image: url(../images/ui-optimized/ic-documents.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_development_show .icon,
.details.icon.ne_development {
    background-image: url(../images/ui-optimized/ic-incident-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_tools_show .icon,
.details.icon.ne_tools {
    background-image: url(../images/ui-optimized/ne-ac-settings_1.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_mirror_show .icon,
.details.icon.ne_mirror {
    background-image: url(../images/ui-optimized/ic-mirror-3-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_analytics_show .icon,
.details.icon.ne_analytics {
    background-image: url(../images/ui-optimized/ic-data-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_projects_show .icon,
.details.icon.ne_project {
    background-image: url(../images/ui-optimized/ic-orders-2.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_sprint_show .icon,
.details.icon.ne_sprint {
    background-image: url(../images/ui-optimized/ic-sprint-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_dash_show .icon,
.details.icon.ne_dash {
    background-image: url(../images/ui-optimized/ic-dash-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_planner_show .icon,
.details.icon.ne_planner {
    background-image: url(../images/ui-optimized/ic-planner-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_goals_show .icon,
.details.icon.ne_goal {
    background-image: url(../images/ui-optimized/ic-goals-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_sales_show .icon,
.details.icon.ne_sales {
    background-image: url(../images/ui-optimized/ic-sales-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_timeline_show .icon,
.details.icon.ne_task {
    background-image: url(../images/ui-optimized/ic-timeline-dark.png);
    background-color: transparent;
    /* box-shadow: 3px 3px 3px #000 !important; */
}

#ne_dash #ne_dash_menu #ne_accounts_show .icon,
.details.icon.ne_accounts {
    background-image: url(../images/ui-optimized/ic-accounts-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_rest_show .icon,
.details.icon.ne_rest {
    background-image: url(../images/ui-optimized/ic-team-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_campaign_show .icon,
.details.icon.ne_campaign {
    background-image: url(../images/ui-optimized/ic-campaigns-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_reports_show .icon,
.details.icon.ne_reports {
    background-image: url(../images/ui-optimized/ic-report-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_feedback_show .icon,
.details.icon.ne_feedback {
    background-image: url(../images/ui-optimized/ic-feedback-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_mediaplan_show .icon,
.details.icon.ne_media_post {
    background-image: url(../images/ui-optimized/ic-mediaplan-dark.png);
    background-color: transparent;
}
#ne_dash #ne_dash_menu #ne_timesheets_show .icon,
.details.icon.ne_timesheets {
    background-image: url(../images/ui-optimized/ic-timesheet-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_transactions_show .icon,
.details.icon.ne_transaction {
    background-image: url(../images/ui-optimized/ic-finance-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_agents_show .icon,
.details.icon.ne_agents {
    background-image: url(../images/ui-optimized/ic-agents-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_catalog_show .icon,
.details.icon.ne_catalog {
    background-image: url(../images/ui-optimized/ic-catalog-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_inventory_show .icon,
.details.icon.ne_inventory {
    background-image: url(../images/ui-optimized/ic-inventory-dark.png);
    background-color: transparent;
}

#ne_dash #ne_dash_menu #ne_calendar_show .icon,
.details.icon.ne_calendar {
    background-image: url(../images/ui-optimized/ic-calendar-dark.png);
    background-color: transparent;
}
 











#ne_dash #ne_dash_menu #show_accounts {
    background-position: -116px 25px;
}

#ne_dash #ne_dash_menu #ne_requests_show {
    background-position-x: calc(50% - -690px);
}

#ne_dash #ne_dash_menu #ne_accounts_show {
    background-position-x: calc(50% - -541px);
}

#ne_dash #ne_dash_menu #ne_campaigns_show {
    background-position-x: calc(50% - -20px);
}

#ne_dash #ne_dash_menu #ne_reports_show {
    background-position-x: calc(50% + 387px);
}

#ne_dash #ne_dash_menu #ne_feedback_show {
    background-position-x: calc(50% - 0px);
}

#ne_dash #ne_dash_menu #ne_orders_show {
    /* background-position-x: calc(50% - 95px); */
    /* background: #008268; */
}

#ne_dash #ne_dash_menu #ne_appointments_show {
    background-position-x: calc(50% - 96px);
}

#ne_dash #ne_dash_menu #ne_prospects_show {
    background-position-x: calc(50% - 225px);
}

#ne_dash #ne_dash_menu #ne_support_show {
    background-position-x: calc(50% - 213px);
}

#ne_dash #ne_dash_menu #ne_cloud_show {
    background-position-x: calc(50% - 309px);
}






























@media screen and (min-width: 768px) {
    #ne_dash #ne_dash_menu span {
        top: 0px;
        font-size: 14px;
        padding-left: 65px;
        font-weight: 400;
        text-transform: uppercase;
        color: #404040;
        left: 0;
        line-height: 60px;
    }

    #ne_dash.minimal #ne_dash_menu span {
        top: 35px;
        height: 20px;
        font-size: 7px;
        text-align: left;
        padding-left: 0;
        width: 100%;
        font-weight: 500;
        text-transform: uppercase;
        color: #a8a8a8ba;
        left: 0;
        line-height: 20px;
        text-align: center;
    }
#ne_dash .spacer {
    width: 110px;
    background: #383636;
    height: 56px;
    position: relative;
    top: 2px;
    left: 2px;
    border: 0px solid #e0e0e01f;
    display: none;
}

    #ne_dash #ne_dash_menu {
        background: none;
        /* grid-template-columns: repeat(1, 1fr); */
        grid-gap: 1px;
        top: 0px;
    }

    #ne_dash.minimal #ne_dash_menu {
        background: none;
        /* grid-template-columns: repeat(12, 1fr); */
        grid-gap: 1px;
        top: 2px;
        left: 3px;
    }

    #ne_dash #ne_dash_menu .button .icon {
        width: 30px;
        height: 30px;
        padding: 0;
        top: 13px;
        left: 20px;
    }

    #ne_dash #ne_dash_menu .button {
        display: block;
        width: 59px;
        line-height: 52px;
        background: #383636;
        text-align: left;
        padding-left: 0px;
        height: 57px;
        margin: 0px 0 0px 0;
        box-shadow: none;
        border-radius: 0px;
        border-left: 0;
        border-right: 0;
        background-size: 423px;
        margin: 0 0px;
        padding: 0;
    }

    .button.sprint-action:hover {
        background: #4a4646;
        color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
    }

    #ne_show_start.sprint-action {
        background: #821300;
        height: 40px;
        margin: 40px auto;
        position: absolute;
        bottom: -10px;
        top: unset;
        width: 300px;
        left: 10px;
    }

    #ne_show_start.sprint-action .icon {
        background-image: url(../images/ui-optimized/ic-start-dark.png);
    }

    #ne_show_start.sprint-action.stop .icon {
        background-image: url(../images/ui-optimized/ic-stop-dark.png);
    }

    #ne_show_pause.sprint-action {
        background: #116d1e;
    }

    #ne_show_pause.sprint-action .icon {
        background-image: url(../images/ui-optimized/ic-pause-dark.png);
    }
}








    #ne_dash.minimal #ne_dash_menu .button .icon {position: absolute;display: inline-block;right: unset;top: 17px;left: 12px;margin: 0;background-size: contain;background-position: 0 0;height: 13px;width: 27px;background-repeat: no-repeat;}

    .show-view.button {
        height: 65px;
        position: relative;
        background: rgb(241, 241, 241);
        /* width: auto; */
    }

    #ne_dash.minimal #ne_dash_menu span {
        top: unset;
        height: 20px;
        font-size: 8px;
        width: auto;
        font-weight: 500;
        text-transform: uppercase;
        color: #a8a8a8ba;
        line-height: 20px;
        text-align: left;
        display: inline-block;
        height: fit-content;
        bottom: 5px;
        position: absolute;
        right: 10px;
    }



    #ne_dash #ne_dash_menu {
        background: none;
        /* grid-template-columns: repeat(1, 1fr); */
        grid-gap: 1px;
        top: 0px;
    }

    #ne_dash.minimal #ne_dash_menu {
        background: none;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2px;
        top: 2px;
        width: -webkit-fill-available;
        overflow-x: scroll;
        display: grid;
        left: 2px;
    }

    #ne_dash #ne_dash_menu .button .icon {
        width: 30px;
        height: 30px;
        padding: 0;
        top: 13px;
        left: 20px;
    }
#ne_dash #ne_dash_menu .button:active {
    background: #272626;
}
    .show-view.button {
        display: inline-block;
        line-height: normal;
        background: #383636;
        text-align: left;
        padding-left: 0px;
        /* height: 54px; */
        margin: 0px 0 0px 0;
        box-shadow: none;
        border-radius: 0px;
        border-left: 0;
        border-right: 0;
        background-size: 423px;
        margin: 0 0px;
        padding: 0;
        text-align: center;
        position: relative;
        /* width: calc(100vw/7/2 - 1px); */
        cursor: pointer;
        /* width: 90px; */
        /* border: 1px solid #e0e0e01f; */
    }

    #ne_dash #ne_dash_menu .button:hover {
        background: #4a4646;
        color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
    }
    
    
    #ne_show_start .icon {
        background-image: url(../images/ui-optimized/ic-start-dark.png);
        background-size: 47px;
        background-position: center;
    }
    
    #ne_show_start.stop .icon {
        background-image: url(../images/ui-optimized/ic-stop-dark.png);
    }
    
    #ne_dash #ne_dash_menu #ne_show_pause {
        background: #116d1e;
    }
    
    #ne_dash #ne_dash_menu #ne_show_pause .icon {
        background-image: url(../images/ui-optimized/ic-pause-dark.png);
    }











/* TEST */

@media screen and (min-width: 1024px) {
    #ne_dash.minimal #ne_dash_menu {
        background: none;
        grid-template-columns: repeat(11, 1fr);
        grid-gap: 2px;
        top: 2px;
        width: calc(100% - 4px);
        overflow-x: scroll;
        display: grid;
        left: 2px;
    }
#ne_dash.minimal #ne_dash_menu {
    display: block;
}


    #ne_dash #ne_dash_menu span {
        top: 0px;
        font-size: 14px;
        padding-left: 65px;
        font-weight: 400;
        text-transform: uppercase;
        color: #404040;
        left: 0;
        line-height: 60px;
    }

    #ne_dash.minimal #ne_dash_menu .button .icon {background-repeat: no-repeat;height: 18px;width: 92px;filter: grayscale(1);}
    #ne_dash.minimal #ne_dash_menu .button.active .icon {filter: grayscale(0);}

    #ne_dash #ne_dash_menu .button {
        height: 65px;
        position: relative;
        background: rgb(241, 241, 241);
        width: auto;
    }

    #ne_dash.minimal #ne_dash_menu span {
        top: unset;
        height: 20px;
        font-size: 6px;
        /* text-align: center; */
        width: -webkit-fill-available;
        font-weight: 400;
        text-transform: uppercase;
        color: #898888ba;
        left: unset;
        line-height: 20px;
        text-align: center;
        position: relative;
        display: inline-block;
        height: fit-content;
        bottom: 3px;
        position: absolute;
        right: unset;
        left: 0px;
        letter-spacing: 0.04em;
    }



    #ne_dash #ne_dash_menu {
        background: none;
        top: 60px;
        /* grid-template-columns: repeat(1, 1fr); */
        grid-gap: 1px;
        top: 0px;
    }

    #ne_dash.minimal #ne_dash_menu {
        background: none;
        grid-template-columns: repeat(19, 1fr);
        grid-gap: 1px 2px;
        top: 2px;
        left: 0;
        width: -webkit-fill-available;
        /* overflow-x: scroll; */
        height: fit-content;
        display: grid;
        width: calc(100% - 100px);
        WIDTH: 100%;
    }

    #ne_dash #ne_dash_menu .button .icon {
        width: 30px;
        height: 30px;
        padding: 0;
        top: 13px;
        left: 20px;
    }
#ne_dash #ne_dash_menu .button:active {
    background: #272626;
}
    #ne_dash #ne_dash_menu .button {
        display: inline-block;
        line-height: 52px;
        background: #383636;
        text-align: left;
        padding-left: 0px;
        height: 58px;
        margin: 0px 0 0px 0;
        box-shadow: none;
        border-radius: 0px;
        border-left: 0;
        border-right: 0;
        background-size: 423px;
        margin: 0 0px;
        padding: 0;
        text-align: center;
        position: relative;
        width: auto;
        cursor: pointer;
        /* width: 90px; */
        border: 0px solid #e0e0e01f;
    }

    #ne_dash #ne_dash_menu .button:hover {
        background: #4a4646;
        color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
    }
    
    
    #ne_show_start .icon {
        background-image: url(../images/ui-optimized/ic-start-dark.png);
        background-size: 32px;
        background-position: right;
    }
    
    #ne_show_start.stop .icon {
        background-image: url(../images/ui-optimized/ic-stop-dark.png);
        height: 19px;
        width: 37px;
        background-size: 52px;
    }
    
    #ne_show_pause {
        background: #116d1e;
    }
    
    #ne_show_pause .icon {
        background-image: url(../images/ui-optimized/ic-pause-dark.png);
    }
}




@media screen and (min-width: 1680px) {

    #ne_dash.minimal #ne_dash_menu {
        background: none;
        grid-template-columns: repeat(11, 1fr);
        grid-gap: 2px;
        top: 2px;
        width: calc(100% - 4px);
        overflow-x: scroll;
        display: grid;
        left: 2px;
    }
#ne_dash.minimal #ne_dash_menu {
    display: block;
}


    #ne_dash #ne_dash_menu span {
        top: 0px;
        font-size: 14px;
        padding-left: 65px;
        font-weight: 400;
        text-transform: uppercase;
        color: #404040;
        left: 0;
        line-height: 60px;
    }

    #ne_dash.minimal #ne_dash_menu .button .icon {}

    #ne_dash #ne_dash_menu .button {
        height: 65px;
        position: relative;
        background: rgb(241, 241, 241);
        width: auto;
    }

    #ne_dash.minimal #ne_dash_menu span {
        top: unset;
        height: 20px;
        font-size: 10px;
        text-align: left;
        width: auto;
        font-weight: 500;
        text-transform: uppercase;
        color: #a8a8a8d1;
        left: unset;
        line-height: 20px;
        text-align: right;
        position: relative;
        display: inline-block;
        height: fit-content;
        bottom: 0px;
        position: absolute;
        right: unset;
        left: 11px;
    }



    #ne_dash #ne_dash_menu {
        background: none;
        /* grid-template-columns: repeat(1, 1fr); */
        grid-gap: 1px;
        top: 0px;
    }

    #ne_dash.minimal #ne_dash_menu {
        background: none;
        grid-template-columns: repeat(19, 1fr);
        grid-gap: 1px 2px;
        top: 2px;
        left: 2px;
        /* width: -webkit-fill-available; */
        overflow-x: scroll;
        height: 65px;
        display: grid;
    }
  #ne_dash.minimal #ne_dash_menu.smm {
    grid-template-columns: repeat(5, 1fr);
    width: 800px;
    right: 0;
    left: unset;
}
    #ne_dash #ne_dash_menu .button .icon {
        width: 30px;
        height: 30px;
        padding: 0;
        top: 13px;
        left: 20px;
    }
#ne_dash #ne_dash_menu .button:active {
    background: #272626;
}
    #ne_dash #ne_dash_menu .button {
        display: inline-block;
        line-height: 52px;
        background: #1b1b1b;
        text-align: left;
        padding-left: 0px;
        height: 62px;
        margin: 0px 0 0px 0;
        box-shadow: none;
        border-radius: 0px;
        border-left: 0;
        border-right: 0;
        background-size: 423px;
        margin: 0 0px;
        padding: 0;
        text-align: center;
        position: relative;
        width: 100%;
        cursor: pointer;
        /* width: 90px; */
        border: 0px solid #e0e0e01f;
        top: 0;
        border-radius: 0;
        left: 0;
    }

    #ne_dash #ne_dash_menu .button:hover {
        background: #4a4646;
        color: #000;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
    }
    
    #ne_show_start {
        background: #821300;
    }
    
    #ne_show_start .icon {
        background-image: url(../images/ui-optimized/ic-start-dark.png);
        background-size: 32px;
        background-position: right;
    }
    
    #ne_show_start.stop .icon {
        background-image: url(../images/ui-optimized/ic-stop-dark.png);
        height: 19px;
        width: 37px;
        background-size: 52px;
    }
    
    #ne_dash #ne_dash_menu #ne_show_pause {
        background: #116d1e;
    }
    
    #ne_dash #ne_dash_menu #ne_show_pause .icon {
        background-image: url(../images/ui-optimized/ic-pause-dark.png);
    }
}


/* Dynamic dash menu: keep module buttons in one adaptive row. */
#ne_dash.minimal #ne_dash_menu,
#ne_dash #ne_dash_menu {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(59px, 1fr);
    grid-template-rows: 1fr;
    overflow-x: auto;
    overflow-y: hidden;
}

#ne_dash.minimal #ne_dash_menu .button,
#ne_dash #ne_dash_menu .button {
    min-width: 59px;
}

@media screen and (max-width: 1199px) {
    #ne_dash.minimal #ne_dash_menu,
#ne_dash #ne_dash_menu {
    /* height: 65px; */
}
    #ne_dash.minimal.expand #ne_dash_menu,
    #ne_dash.expand #ne_dash_menu {
        display: grid;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2px;
        gap: 2px;
        box-sizing: border-box;
        background: #1f1f1f;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-auto-flow: row;
        grid-auto-columns: unset;
        grid-template-rows: auto;
        overflow-x: hidden;
        overflow-y: visible;
        scroll-snap-type: none;
    }

    #ne_dash.minimal.expand #ne_dash_menu .button,
    #ne_dash.expand #ne_dash_menu .button,
    #ne_dash.expand #ne_dash_menu .show-view.button {
        min-width: 0;
        width: 100%;
        height: 64px;
        padding: 0;
        display: block;
        text-align: center;
        border-radius: 0px;
        border: 0px solid rgba(255, 255, 255, 0.06);
        background: #3a3737;
        box-shadow: none;
        position: relative;
        overflow: hidden;
    }

    #ne_dash.minimal.expand #ne_dash_menu .button .icon,
    #ne_dash.expand #ne_dash_menu .button .icon {
        position: absolute;
        top: 13px;
        left: 50%;
        right: auto;
        bottom: auto;
        width: 20px;
        height: 20px;
        margin: 0;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.88;
        transform: translateX(-50%);
    }

    #ne_dash.minimal.expand #ne_dash_menu .button > span:not(.icon),
    #ne_dash.expand #ne_dash_menu .button > span:not(.icon) {
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 12px;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 1.1;
        letter-spacing: 0.04em;
        text-align: center;
        text-transform: uppercase;
        color: #ddd6cb;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #ne_dash.minimal.expand #ne_dash_menu .button.active,
    #ne_dash.expand #ne_dash_menu .button.active,
    #ne_dash.expand #ne_dash_menu .button:active,
    #ne_dash.expand #ne_dash_menu .button.active:hover {
        background: #5a4530;
        border-color: rgba(244, 168, 60, 0.4);
        box-shadow: none;
    }

    #ne_dash.minimal.expand #ne_dash_menu .button.active .icon,
    #ne_dash.expand #ne_dash_menu .button.active .icon {
        opacity: 1;
        filter: grayscale(0) drop-shadow(0 4px 10px rgba(244, 168, 60, 0.18));
    }

    #ne_dash.minimal.expand #ne_dash_menu .button.active > span:not(.icon),
    #ne_dash.expand #ne_dash_menu .button.active > span:not(.icon) {
        color: #ffffff;
    }

    #ne_dash.minimal.expand #ne_dash_menu::-webkit-scrollbar,
    #ne_dash.expand #ne_dash_menu::-webkit-scrollbar {
        display: none;
    }
}

/* Desktop category rows start at the left; Filter remains independently anchored right. */
@media screen and (min-width: 1200px) {
    #ne_dash.minimal #ne_dash_menu,
    #ne_dash #ne_dash_menu {
        display: flex;
        flex-flow: row nowrap;
        gap: 1px;
        justify-content: flex-start;
        align-items: flex-start;
        box-sizing: border-box;
        right: 0px;
        left: 69px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #ne_dash #ne_dash_menu .ne-dash-categories {
        flex: 0 0 var(--ne-dash-categories-width, 473px);
    }

    #ne_dash.minimal #ne_dash_menu .show-view.button,
    #ne_dash #ne_dash_menu .show-view.button {
        flex: 0 0 95px;
        width: 95px;
        min-width: 95px;
        height: 63px;
    }

    #ne_dash.minimal #ne_dash_menu > .ne-dash-submenu-tail,
    #ne_dash #ne_dash_menu > .ne-dash-submenu-tail {
        display: block;
        position: static !important;
        inset: auto !important;
        flex: 0 0 var(--ne-dash-submenu-tail-width, 0px);
        width: var(--ne-dash-submenu-tail-width, 0px);
        min-width: var(--ne-dash-submenu-tail-width, 0px);
        height: 63px;
        margin: 0;
        padding: 0;
        background: transparent;
        pointer-events: none;
    }

    #ne_dash #ne_dash_menu > .ne-dash-submenu-tail[hidden] {
        display: none !important;
    }

    #ne_dash.minimal #ne_dash_menu .show-view.button .icon,
    #ne_dash #ne_dash_menu .show-view.button .icon {
        left: 50%;
        right: auto;
        background-position: center;
        transform: translateX(-50%);
    }

    #ne_dash.minimal #ne_dash_menu .show-view.button > span:not(.icon),
    #ne_dash #ne_dash_menu .show-view.button > span:not(.icon) {
        top: auto;
        right: 0;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 14px;
        padding: 0;
        line-height: 14px;
        text-align: center;
    }
}
