html {
    overflow-x: hidden;
}

body {
    /*background-color: white;
    box-shadow: inset 103px 0px 8px #BBBBBB;*/
    padding: 0px;
    margin: 0px;
    /*position: absolute;*/
}

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic.ttf') format('truetype');
}

#tarp, #tarp_locationSelector {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #333333;
    opacity: 0.6;
    width: 100%;
    height: 10000px;
    z-index: 9999;
    pointer-events: none;
}

#tarp2 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #333333;
    opacity: 0.4;
    width: 100%;
    height: 10000px;
    z-index: 99999;
    pointer-events: none;
}

#tarp_FB {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #EEEEEE;
    opacity: 0.9;
    width: 100%;
    height: 10000px;
    z-index: 7999;
    pointer-events: none;
}

#tarp_light {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #EEEEEE;
    opacity: 0.5;
    width: 100%;
    height: 10000px;
    z-index: 7999;
    pointer-events: none;
}

.Toolbar {
    background-color: #F3F3F3;
    width: 100%;
    max-width: 100vw;
    position: fixed;
    z-index: 1000;
    min-height: 59px;
    padding: 0;
    top: 0;
    font-family: Raleway;
    color: #333333;
    box-shadow: inset 0px 1px 5px #AFAFAF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    box-sizing: border-box;
}

.Toolbar .navbar-left {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-height: 59px;
    min-width: 0;
}

.Toolbar .navbar-hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-right: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    color: #333333;
    line-height: 1;
}

.Toolbar .navbar-hamburger:hover {
    color: #00B050;
    opacity: 1;
}

.Toolbar .navbar-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.Toolbar .logo-spacer {
    font-family: 'Century Gothic';
    color: #BBBBBB;
    font-size: 150%;
    text-align: left;
    padding-left: 14px;
    padding-top: 0;
    display: flex;
    align-items: center;
    text-wrap: avoid;
}

.Toolbar .logo {
    margin-top: 0;
    padding-right: 10px;
}



    .Toolbar .logo-dark {
        color: #999999;
        font-weight: bold;
    }

    .Toolbar .menu-tab {
        width: 10vw;
        min-width: 90px;
        min-height: 59px;
        text-align: center;
        cursor: pointer;
        opacity: 0.7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Raleway;
        font-size: 100%;
        letter-spacing: 3px;
        padding: 0 8px;
        border-left-color: #DDDDDD;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #DDDDDD;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom: 5px solid transparent;
        box-sizing: border-box;
    }
    .Toolbar .menu-tab-popup {
        width: 10vw;
        min-width: 100px;
        min-height: 59px;
        text-align: center;
        cursor: pointer;
        opacity: 0.7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Raleway;
        font-size: 100%;
        letter-spacing: 3px;
        padding: 0 8px;
        border-left-color: #DDDDDD;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #DDDDDD;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom: 5px solid transparent;
        box-sizing: border-box;
    }

        .Toolbar .menu-tab:hover {
            color: #00B050;
            opacity: 1;
            font-weight: bold;
            border-bottom-color: #666666;
        }

        .Toolbar .menu-tab-popup:hover{
            color: #00B050;
            opacity: 1;
            font-weight: bold;
            border-bottom-color: #666666;
        }


    .Toolbar .menu-tab-selected {
        width: 10vw;
        min-width: 90px;
        min-height: 59px;
        text-align: center;
        font-weight: bolder !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Raleway;
        letter-spacing: 3px;
        color: #000000;
        padding: 0 8px;
        border-left-color: #CCCCCC;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #CCCCCC;
        border-right-style: solid;
        border-right-width: 1px;
        cursor: pointer;
        border-bottom: 5px solid #00B050;
        box-sizing: border-box;
    }

        .Toolbar .menu-tab-selected:hover {
            color: #00B050;
        }

    .Toolbar .menu-tab .large-menu,
    .Toolbar .menu-tab-popup .large-menu,
    .Toolbar .menu-tab-selected .large-menu {
        font-size: clamp(12px, 0.8vw, 24px);
    }

    .Toolbar .menu-icon {
        width: 3.5%;
        min-width: 44px;
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Toolbar .menu-icon:hover .icon {
            opacity: 1;
            cursor: pointer;
        }

    .Toolbar .menu-avatar {
        width: 42px;
        min-width: 42px;
        height: 42px;
        text-align: right;
        padding: 0;
        padding-left: 30px;
        opacity: 0.8;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Toolbar .menu-avatar:hover {
            opacity: 1;
            cursor: pointer;
        }

        /* Settings source: hidden in toolbar; JS copies content into #nav-popup-settings-host */
        .Toolbar .menu-avatar #div-account-settings {
            display: none !important;
        }

    /* Activity summary: hidden in toolbar; JS moves it into #nav-popup-activity-host when open */
    .Toolbar .icon-activity-toggle .div-activity-summary {
        display: none !important;
    }

    .Toolbar .menu-spacer {
        width: 5%;
        min-width: 20px;
        min-height: 59px;
        flex-shrink: 0;
        margin-left: 28px;
    }



    /* Equal-sized icon boxes: 40x40px, images vertically and horizontally centered (Activity, Tools, Help, Settings) */
    .Toolbar .navbar-right .menu-icon.nav-icon-activity,
    .Toolbar .navbar-right .menu-icon.nav-icon-tools,
    .Toolbar .navbar-right .menu-icon.nav-icon-help,
    .Toolbar .navbar-right .menu-avatar {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0;
        margin: 0 8px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border: 1px solid #E0E0E0;
        background-color: #F8F8F8;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .Toolbar .navbar-right .menu-avatar {
        margin-right: 12px;
    }

    .Toolbar .navbar-right .nav-icon-activity .nav-icon-svg,
    .Toolbar .navbar-right .nav-icon-tools .nav-icon-svg,
    .Toolbar .navbar-right .nav-icon-help .nav-icon-svg {
        width: 24px;
        height: 24px !important;
        min-width: 24px;
        min-height: 24px !important;
        max-height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        opacity: 0.6;
        display: block;
        flex-shrink: 0;
        box-sizing: border-box;
        align-self: center;
    }

    .Toolbar .navbar-right .nav-icon-activity .nav-icon-svg {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
    }

    .Toolbar .navbar-right .nav-icon-tools .nav-icon-svg {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
    }

    .Toolbar .navbar-right .nav-icon-help .nav-icon-svg {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
    }

    .Toolbar .navbar-right .nav-icon-activity:hover .nav-icon-svg,
    .Toolbar .navbar-right .nav-icon-tools:hover .nav-icon-svg,
    .Toolbar .navbar-right .nav-icon-help:hover .nav-icon-svg {
        opacity: 0.9;
    }

    /* Profile avatar: circle inside the same 40px box, vertically centered */
    .Toolbar .navbar-right .menu-avatar .avatar {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px;
        min-height: 28px;
        max-width: 28px;
        max-height: 28px;
        border-radius: 50%;
        object-fit: cover;
        border: none;
        vertical-align: middle;
        opacity: 0.9;
        display: block;
        flex-shrink: 0;
        box-sizing: border-box;
        align-self: center;
    }

    .Toolbar .navbar-right .menu-avatar:hover .avatar {
        opacity: 1;
    }

    .barcode-icon{
        width:45px;
        opacity: 0.4;
    }

    .barcode-icon:hover{
        opacity: 0.7;
    }
    .Toolbar .icon {
        width: 33px;
        margin-top: 3px;
        opacity: 0.4;
    }

    .Toolbar .avatar {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        margin-right: 15px;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #CCCCCC;
    }

    .Toolbar .alert-levels-circle {
        background-color: #AF5756;
        padding: 2px 5px 2px 5px;
        border-radius: 50%;
        font-size: 80%;
        font-family: Calibri;
        position: absolute;
        top: 11px;
        right: 3%;
        text-align: left;
        color: white;
    }





.Content {
    position: absolute;
    top: 59px;
    width: 100%;
    overflow-x: scroll;
/*    padding-top: 15px;*/ /*New Menu*/
}

/* Search bar: on large screens grows with page (via % of navbar-left); overridden in media for small */
.tight_cell {
    padding: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 1 30%;
    min-width: 120px;
    width: 30%;
    max-width: none;
    box-sizing: border-box;
}

/* Search control and input fill .tight_cell so the bar is actually wide */
.tight_cell > div {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.tight_cell .txt_searchbox {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
}

/* Quick popup menus (QuickStart, productMenu) - shared with inline in masters */
.quickPopup {
    position: fixed;
    top: 58px;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #EEEEEE;
    width: inherit;
    padding-bottom: 10px;
    -webkit-box-shadow: 14px 13px 22px -12px rgba(0,0,0,0.42);
    -moz-box-shadow: 14px 13px 22px -12px rgba(0,0,0,0.42);
    box-shadow: 14px 13px 22px -12px rgba(0,0,0,0.42);
}

.PopupImg {
    width: 85%;
    padding-top: 10px;
    opacity: 0.7;
    cursor: pointer;
}

.PopupImg:hover {
    opacity: 1;
}

/* Nav bar dropdowns: Activity, Help, Settings – fixed under navbar, dark gray */
.nav-popup {
    display: none;
    position: fixed;
    right: 15px;
    top: 59px;
    z-index: 1100;
    min-width: 280px;
    max-width: 500px;
    max-height: calc(100vh - 80px);
    overflow: auto;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #E5E5E5;
    background-color: #454545;
    border: 1px solid #555555;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}
.nav-popup.is-open {
    display: block;
}
.nav-popup-activity-body {
    padding: 16px;
    text-align: center;
    overflow: auto;
    max-height: calc(100vh - 140px);
}
.nav-popup-activity-host .div-activity-summary {
    display: block !important;
    position: static !important;
    padding: 16px;
    background: none;
    max-height: none;
    overflow: visible;
    text-align: center;
}
/* View Activity History button: full opacity, orange on hover (overrides any .btn-green opacity) */
.nav-popup-activity-host .btn-green {
    opacity: 1 !important;
}
.nav-popup-activity-host .btn-green:hover {
    opacity: 1 !important;
    background-color: #c96d2e !important;
    color: #fff !important;
}
.nav-popup-activity-host .nav-popup-activity-body .btn-green,
.nav-popup-activity-host .div-activity-summary .btn-green,
.nav-popup-activity-host .activity-popup-view-btn {
    margin-top: 8px;
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
    background-color: #5A9AD4 !important;
    color: #fff !important;
    font-family: Raleway, 'Century Gothic', sans-serif;
    padding: 9px 30px;
    font-size: 14px;
    cursor: pointer;
    opacity: 1 !important;
}
.nav-popup-activity-host .nav-popup-activity-body .btn-green:hover,
.nav-popup-activity-host .div-activity-summary .btn-green:hover,
.nav-popup-activity-host .activity-popup-view-btn:hover {
    opacity: 1 !important;
    background-color: #c96d2e !important;
    color: #fff !important;
}
.nav-popup-activity-host .hr_light {
    border: 0;
    border-bottom: 1px dashed #666666;
    background: transparent;
    margin: 8px 0;
}
.nav-popup-activity-host .activity-img-notification {
    width: 50px;
}
.nav-popup-activity-host .activity-img-profile-notification {
    width: 40px;
    border-radius: 5px;
}
.nav-popup-activity-host .activity-cell-1-notification {
    text-align: center;
    vertical-align: top;
}
.nav-popup-activity-host .activity-cell-2-notification {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 0;
}
.nav-popup-activity-host .activity-cell-3-notification {
    text-align: center;
    vertical-align: top;
}
.nav-popup-activity-host .activity-lbl-notification {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #E5E5E5;
}
.nav-popup-activity-host .comment-lbl-notification {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #7dd39c;
    font-weight: 600;
}
.nav-popup-activity-host .activity-time-notification {
    font-family: Raleway, sans-serif;
    font-size: 13px;
    color: #AAAAAA;
}
.nav-popup-activity-host .activity-row {
    padding-bottom: 10px;
}
.nav-popup-help {
    padding: 16px;
    overflow: visible;
}
.nav-popup.nav-popup-help {
    overflow: visible !important;
}
.nav-popup-help .nav-popup-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    overflow: visible;
}
.nav-popup-help .nav-popup-item {
    margin: 0;
    padding: 0;
}
.nav-popup-help .nav-popup-link {
    display: block;
    padding: 10px 14px;
    color: #E5E5E5;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-popup-help .nav-popup-link:hover {
    background-color: #525252;
    color: #7dd39c;
}
.nav-popup-help .nav-popup-link.nav-popup-link--primary {
    position: relative;
    background-color: #5A9AD4;
    color: #fff;
    margin: 10px 10px 10px;
    border-radius: 6px;
    text-align: center;
}
.nav-popup-help .nav-popup-link.nav-popup-link--primary:hover {
    background-color: #4a8ac4;
    color: #fff;
}
.nav-popup-help .nav-popup-link.nav-popup-link--complement {
    position: relative;
    background-color: #fff;
    color: #333;
    margin: 10px 10px 10px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}
.nav-popup-help .nav-popup-link.nav-popup-link--complement:hover {
    background-color: #e8e8e8;
    color: #333;
}
/* Help popup: green Videos trigger with down-arrow (expand on click) */
.nav-popup-help .nav-popup-help-videos-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.nav-popup-help .nav-popup-help-videos-trigger {
    display: block;
    position: relative;
    background-color: #E07C3C;
    color: #fff;
    margin: 8px 10px 10px;
    border-radius: 6px;
    padding: 10px 14px;
    cursor: pointer;
    box-sizing: border-box;
}
.nav-popup-help .nav-popup-help-videos-trigger:hover {
    background-color: #c96d2e;
    color: #fff;
}
/* Arrow out of flow so it doesn't affect button height or text alignment */
.nav-popup-help .nav-popup-help-videos-arrow {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    pointer-events: none;
}
.nav-popup-help .nav-popup-help-videos-trigger-text {
    display: block;
    text-align: center;
}
.nav-popup-help .nav-popup-help-videos-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E");
    pointer-events: none;
}
.nav-popup-help .nav-popup-help-icon-search,
.nav-popup-help .nav-popup-help-icon-email {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    pointer-events: none;
}
.nav-popup-help .nav-popup-link--primary .nav-popup-help-icon-search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-5.5-5.5'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-link--complement .nav-popup-help-icon-email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-link--complement:hover .nav-popup-help-icon-email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-help-videos-expanded {
    display: none;
    background-color: rgba(224, 124, 60, 0.22);
    margin: 0 10px 10px;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 14px;
}
.nav-popup-help .nav-popup-help-videos-toggle:checked ~ .nav-popup-help-videos-expanded {
    display: block;
}
.nav-popup-help .nav-popup-help-videos-expanded .nav-popup-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #E5E5E5;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-popup-help .nav-popup-help-videos-expanded .nav-popup-link:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #7dd39c;
}
.nav-popup-help .nav-popup-help-videos-expanded .nav-popup-help-icon-play {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E5E5E5'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-help-videos-expanded .nav-popup-link:hover .nav-popup-help-icon-play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237dd39c'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
/* Help popup: play icon for video links */
.nav-popup-help .nav-popup-help-icon-play {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E5E5E5'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-item--link .nav-popup-link:hover .nav-popup-help-icon-play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237dd39c'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}

.nav-popup-help .nav-popup-help-section-title {
    padding: 10px 14px 6px;
    font-size: 0.85em;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    list-style: none;
}
.nav-popup-help .nav-popup-item--video .nav-popup-link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-popup-help .nav-popup-item--video {
    padding-left: 12px;
}
.nav-popup-help .nav-popup-help-icon-play {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E5E5E5'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-item--video .nav-popup-link:hover .nav-popup-help-icon-play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237dd39c'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-item--link .nav-popup-link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-popup-help .nav-popup-item--link {
    padding-left: 12px;
}
.nav-popup-help .nav-popup-help-icon-doc {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E5E5E5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-item--link .nav-popup-link:hover .nav-popup-help-icon-doc {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237dd39c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E");
}
.nav-popup-help .nav-popup-link.nav-popup-link--action {
    cursor: pointer;
}
.nav-popup-help .nav-popup-divider {
    height: 1px;
    margin: 4px 0;
    background: #555555;
}

/* Tools popup – same style as Help (dark gray, list links) */
.nav-popup-tools {
    padding: 0;
}
.nav-popup-tools .nav-popup-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.nav-popup-tools .nav-popup-item {
    margin: 0;
    padding: 0;
}
.nav-popup-tools .nav-popup-link {
    display: block;
    padding: 10px 14px;
    color: #E5E5E5;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-popup-tools .nav-popup-link:hover {
    background-color: #525252;
    color: #7dd39c;
}
.nav-popup-tools .nav-popup-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-popup-tools-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.nav-popup-tools-icon--barcode {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E5E5E5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 6v12M8 6v12M12 6v12M16 6v12M20 6v12'/%3E%3C/svg%3E");
}
.nav-popup-tools .nav-popup-link:hover .nav-popup-tools-icon--barcode {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237dd39c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 6v12M8 6v12M12 6v12M16 6v12M20 6v12'/%3E%3C/svg%3E");
}
.nav-popup-tools-icon--mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E5E5E5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}
.nav-popup-tools .nav-popup-link:hover .nav-popup-tools-icon--mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237dd39c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

/* Settings popup – narrower, even padding, tighter rows; overflow visible so Tools submenu can float out */
.nav-popup-settings {
    min-width: 160px;
    max-width: 200px;
    padding: 16px;
    overflow: visible;
}
.nav-popup-settings-body {
    padding: 0;
    overflow: visible;
}
.nav-popup-settings-body table {
    width: 100%;
    border-collapse: collapse;
}
.nav-popup-settings-body tr {
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-popup-settings-body tr:hover {
    background-color: #525252;
}
.nav-popup-settings-body tr:hover td {
    color: #7dd39c;
}
.nav-popup-settings-body td {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #E5E5E5;
    vertical-align: middle;
}
.nav-popup-settings-body td:first-child {
    width: 1%;
    padding: 6px 10px 6px 14px;
    text-align: center;
}
.nav-popup-settings-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.nav-popup-settings-icon--gear {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E5E5E5' stroke-width='1.6' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 12V4M12 12v8M12 12H4M12 12h8M12 12l-5.66-5.66M12 12l5.66 5.66M12 12l5.66-5.66M12 12l-5.66 5.66'/%3E%3C/svg%3E");
}
.nav-popup-settings-body tr:hover .nav-popup-settings-icon--gear {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237dd39c' stroke-width='1.6' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 12V4M12 12v8M12 12H4M12 12h8M12 12l-5.66-5.66M12 12l5.66 5.66M12 12l5.66-5.66M12 12l-5.66 5.66'/%3E%3C/svg%3E");
}
.nav-popup-settings-icon--reset {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E5E5E5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/svg%3E");
}
.nav-popup-settings-body tr:hover .nav-popup-settings-icon--reset {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237dd39c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/svg%3E");
}
.nav-popup-settings-icon--wrench {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E5E5E5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}
.nav-popup-settings-body tr:hover .nav-popup-settings-icon--wrench {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237dd39c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}
.nav-popup-settings-icon--chevron-left {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23E5E5E5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.nav-popup-settings-body tr:hover .nav-popup-settings-icon--chevron-left {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237dd39c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.nav-popup-settings-body td:last-child {
    text-align: left;
    padding: 6px 14px 6px 0;
}
.nav-popup-settings-body tr[onclick] {
    cursor: pointer;
}
/* Settings popup: section separators – equal space before and after each divider */
.nav-popup-settings-body tr.nav-popup-settings-separator td {
    padding: 10px 0;
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
}
.nav-popup-settings-body tr.nav-popup-settings-separator .nav-popup-settings-separator-line {
    height: 0;
    border-top: 1px solid #555555;
}
.nav-popup-settings-body tr.nav-popup-settings-separator:hover td {
    background-color: transparent;
}

/* Settings popup: Tools row with submenu (Quickscan, Mobile Web) */
.nav-popup-settings-tools-row {
    cursor: default;
}
.nav-popup-settings-body .nav-popup-settings-tools-submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 4px;
    min-width: 140px;
    padding: 6px 0;
    list-style: none;
    background-color: #3d3d3d;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1101;
}
.nav-popup-settings-body .nav-popup-settings-tools-row:hover .nav-popup-settings-tools-submenu {
    display: block;
}
.nav-popup-settings-body .nav-popup-settings-tools-submenu .nav-popup-item {
    margin: 0;
    padding: 0;
}
.nav-popup-settings-body .nav-popup-settings-tools-submenu .nav-popup-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    font-size: 14px;
    color: #E5E5E5;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-popup-settings-body .nav-popup-settings-tools-submenu .nav-popup-link:hover {
    background-color: #525252;
    color: #7dd39c;
}
.nav-popup-settings-body .nav-popup-settings-tools-submenu .nav-popup-tools-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

/* Non-collapsed (desktop): hide standalone Tools icon – tools are under Settings */
@media only screen and (min-width: 901px) {
    .Toolbar .navbar-right .menu-icon.nav-icon-tools {
        display: none !important;
    }
}

/* Collapse menu: text-only links (visible only in small-screen panel) */
.navbar-collapse-menu {
    display: none;
}

.navbar-collapse-menu .collapse-menu-group-label {
    display: block;
    font-family: Raleway;
    font-size: 85%;
    font-weight: bold;
    color: #666666;
    padding: 12px 14px 4px;
    text-transform: uppercase;
    border-bottom: none;
}

.navbar-collapse-menu .collapse-menu-link {
    display: block;
    font-family: Raleway;
    font-size: 100%;
    color: #333333;
    padding: 10px 14px 10px 24px;
    text-decoration: none;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

.navbar-collapse-menu .collapse-menu-link:hover {
    color: #00B050;
    background-color: #EEEEEE;
}

.navbar-collapse-menu .collapse-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 14px;
}

.navbar-collapse-menu .collapse-menu-divider {
    display: block;
    height: 0;
    border: none;
    border-top: 1px solid #DDDDDD;
    margin: 8px 14px;
    padding: 0;
}

.navbar-collapse-menu .collapse-menu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

/* Collapse menu icons – default #333, hover #00B050 */
.navbar-collapse-menu .collapse-menu-icon--checkin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--checkin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--checkout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='M12 19l-7-7 7-7'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--checkout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='M12 19l-7-7 7-7'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--transfer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M10 8L6 12l4 4'/%3E%3Cpath d='M14 8l4 4-4 4'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--transfer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M10 8L6 12l4 4'/%3E%3Cpath d='M14 8l4 4-4 4'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--map {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M2 6l6-3 8 4 6-3v14l-6 3-8-4-6 3z'/%3E%3Cpath d='M8 7v14M16 5v14'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--map {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M2 6l6-3 8 4 6-3v14l-6 3-8-4-6 3z'/%3E%3Cpath d='M8 7v14M16 5v14'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--products {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--products {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--activity {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--activity {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--barcode {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 6v12M8 6v12M12 6v12M16 6v12M20 6v12'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--barcode {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 6v12M8 6v12M12 6v12M16 6v12M20 6v12'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--help {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--help {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--settings {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--settings {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.navbar-collapse-menu .collapse-menu-icon--logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/svg%3E");
}
.navbar-collapse-menu .collapse-menu-link:hover .collapse-menu-icon--logout {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B050' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/svg%3E");
}

/* Responsive: ≤900px use hamburger / collapsible menu */
@media only screen and (max-width: 900px) {
    .Toolbar .navbar-left {
        flex: 1 1 auto;
        max-width: calc(100% - 56px);
        min-width: 0;
    }

    .Toolbar .navbar-left .tight_cell {
        flex: 1 1 0;
        width: auto;
        min-width: 100px;
        max-width: 72%;
    }

    .Toolbar .navbar-hamburger {
        display: flex;
        flex-shrink: 0;
    }

    .Toolbar .navbar-right {
        display: none;
        flex-basis: 100%;
        width: 100%;
        order: 10;
        flex-direction: column;
        align-items: stretch;
        background-color: #F3F3F3;
        border-top: 1px solid #DDDDDD;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
        padding: 10px 0;
        max-height: 70vh;
        overflow-y: auto;
    }

    .Toolbar.navbar-open .navbar-right {
        display: flex;
    }

    /* In panel: show only collapse menu, hide all other desktop items (START, MAP, PRODUCTS, etc.) */
    .Toolbar.navbar-open .navbar-right .navbar-collapse-menu {
        display: block;
        width: 100%;
    }

    .Toolbar.navbar-open .navbar-right > *:not(.navbar-collapse-menu) {
        display: none !important;
    }

    .Toolbar .navbar-right .menu-tab,
    .Toolbar .navbar-right .menu-tab-popup {
        width: 100%;
        min-height: 44px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #EEEEEE;
        padding: 8px 14px;
    }

    .Toolbar .navbar-right .menu-spacer {
        display: none;
    }

    .Toolbar .navbar-right .menu-icon {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
        border-bottom: 1px solid #EEEEEE;
    }

    .Toolbar .navbar-right .menu-avatar {
        width: 100%;
        min-height: 44px;
        justify-content: center;
        padding: 8px 14px;
        border-bottom: 1px solid #EEEEEE;
    }

    .Toolbar .navbar-right .avatar {
        position: relative;
        margin: 0 auto;
    }

    .Toolbar .navbar-right .menu-tab .large-menu,
    .Toolbar .navbar-right .menu-tab-popup .large-menu {
        display: block !important;
    }

    .Toolbar .navbar-right .menu-tab .small-menu,
    .Toolbar .navbar-right .menu-tab-popup .small-menu {
        display: none !important;
    }
}

/* Desktop: show large-menu labels only, hide small-menu (avoids "MAPmap" / "PRODUCTSproducts" when selected) */
.Toolbar .menu-tab .small-menu,
.Toolbar .menu-tab-popup .small-menu,
.Toolbar .menu-tab-selected .small-menu {
    display: none;
}

/* Desktop (non-collapsed): search bar and navbar layout – same from 901px up so search bar behaves consistently */
@media only screen and (min-width: 901px) {
    .Toolbar {
        flex-wrap: nowrap;
    }

    .Toolbar .navbar-left {
        flex: 0 1 36vw;
        min-width: 0;
        max-width: 500px;
    }

    .Toolbar .navbar-left .tight_cell {
        flex: 0 1 78%;
        width: 78%;
        max-width: 78%;
    }

    .Toolbar .navbar-right {
        flex: 1 1 0;
        min-width: 0;
        justify-content: flex-end;
        gap: 0;
    }

    .Toolbar .navbar-right .menu-spacer {
        margin-left: 12vw;
    }

    .Toolbar .navbar-right .menu-icon {
        margin-left: 3px;
    }

    .Toolbar .navbar-right .menu-avatar {
        margin-left: 3px;
    }

    .Toolbar .menu-tab .large-menu,
    .Toolbar .menu-tab-popup .large-menu,
    .Toolbar .menu-tab-selected .large-menu {
        display: block;
    }
}

/* Below 1000px: limit right-side menu-spacer width so it doesn't take too much space */
@media only screen and (max-width: 1000px) {
    .Toolbar .navbar-right .menu-spacer {
        max-width: 20px;
    }
}
