html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) {
    --v2-bg: #090f2f;
    --v2-bg-soft: #121c49;
    --v2-panel: #171f4b;
    --v2-panel-2: #1e285c;
    --v2-line: #2d3978;
    --v2-line-soft: #37488f;
    --v2-text: #edf2ff;
    --v2-muted: #9dacde;
    --v2-primary: #6e62ff;
    --v2-success: #1ad598;
    --v2-warning: #f4b84d;
    --v2-danger: #ff5b89;
    --v2-sidebar-bg: #0e163f;
    --v2-sidebar-bg-2: #0b1234;
    --v2-sidebar-line: #2d3978;
    --v2-sidebar-control: #16204f;
    --v2-sidebar-control-hover: #1b2558;
    --v2-sidebar-text: #edf2ff;
    --v2-sidebar-muted: #9dacde;
    --v2-sidebar-hover: #1b2558;
    --v2-sidebar-active: #2b3670;
    --v2-sidebar-dot: #7f94dc;
    --v2-sidebar-badge: #34458a;
    --v2-sidebar-accent: #8f81ff;
    --v2-sidebar-footer: #121b45;
    --v2-sidebar-thumb: #4d61b3;
    margin: 0;
    font-family: 'Outfit', 'Segoe UI', Arial, sans-serif;
    color: var(--v2-text);
    background:
        radial-gradient(1200px 700px at -10% -20%, rgba(110, 98, 255, 0.18) 0%, transparent 55%),
        radial-gradient(1000px 700px at 110% -20%, rgba(71, 145, 255, 0.14) 0%, transparent 48%),
        var(--v2-bg);
    min-height: 100vh;
    scrollbar-color: #4d61b3 #0b1234;
    scrollbar-width: thin;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) {
    --v2-bg: #eef3ff;
    --v2-bg-soft: #fafbfd;
    --v2-panel: #ffffff;
    --v2-panel-2: #f8fbff;
    --v2-line: #d9e1ea;
    --v2-line-soft: #cbd5e1;
    --v2-text: #31456f;
    --v2-muted: #6f82b4;
    --v2-primary: #2563eb;
    --v2-success: #059669;
    --v2-warning: #d97706;
    --v2-danger: #dc2626;
    --v2-sidebar-bg: #f8fbff;
    --v2-sidebar-bg-2: #ecf2ff;
    --v2-sidebar-line: #d8e0fb;
    --v2-sidebar-control: #ffffff;
    --v2-sidebar-control-hover: #edf3ff;
    --v2-sidebar-text: #31456f;
    --v2-sidebar-muted: #6f82b4;
    --v2-sidebar-hover: #e6edff;
    --v2-sidebar-active: #cfddff;
    --v2-sidebar-dot: #7d95f2;
    --v2-sidebar-badge: #dbe5ff;
    --v2-sidebar-accent: #5f6dff;
    --v2-sidebar-footer: #eef4ff;
    --v2-sidebar-thumb: #9eb4ff;
    color: var(--v2-text);
    background:
        radial-gradient(1000px 620px at -12% -24%, rgba(255,255,255,0.9) 0%, transparent 55%),
        radial-gradient(1000px 700px at 112% -30%, rgba(183, 201, 255, 0.38) 0%, transparent 50%),
        var(--v2-bg);
    scrollbar-color: #9eb4ff #ecf2ff;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page)::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page)::-webkit-scrollbar-track {
    background: #0a1237;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page)::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4d61b3 0%, #3d4e96 100%);
    border-radius: 10px;
    border: 2px solid #0a1237;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page)::-webkit-scrollbar-track {
    background: #ecf2ff;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page)::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #9eb4ff 0%, #7d95f2 100%);
    border-color: #ecf2ff;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) *,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) *::before,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) *::after {
    font-family: 'Outfit', sans-serif;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_backdrop,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-hidden-legacy,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) nav.navbar.navbar-inverse {
    display: none !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #alerts_top {
    position: fixed;
    top: 14px;
    right: 16px;
    width: min(420px, calc(100vw - 24px));
    z-index: 1400;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #alerts_top .alert {
    background: linear-gradient(180deg, #1e2a60 0%, #1b2557 100%);
    border: 1px solid #395097;
    color: #dce4ff;
    border-radius: 11px;
    box-shadow: 0 14px 36px rgba(5, 10, 32, 0.4);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_container {
    position: fixed !important;
    top: 74px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 1500 !important;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_handler {
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 6px !important;
    background: linear-gradient(180deg, #1f2b63 0%, #1a2455 100%) !important;
    border: 1px solid #33468b !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 24px rgba(6, 11, 36, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: ns-resize;
    touch-action: none;
    user-select: none;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_handler_icon {
    width: 24px !important;
    height: 24px !important;
    opacity: 0.95;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_hide {
    display: none !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_handler_badge {
    top: -4px !important;
    right: -4px !important;
    left: auto !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 10px !important;
    color: #fff !important;
    background: #ff5b89 !important;
    border: 2px solid #111b47;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list {
    width: min(420px, calc(100vw - 26px)) !important;
    max-height: min(72vh, 640px) !important;
    padding: 8px !important;
    background: linear-gradient(180deg, #1a2458 0%, #182250 100%) !important;
    border: 1px solid #324489 !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(6, 11, 36, 0.45);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_cell {
    margin: 0 0 8px !important;
    padding: 12px !important;
    background: #141d48 !important;
    border: 1px solid #2c3b7a !important;
    border-radius: 10px !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_date {
    color: #a7b6e6 !important;
    font-size: 12px !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_title {
    color: #eef3ff !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_message {
    color: #d6dfff !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_delete:hover {
    background-color: rgba(255, 91, 137, 0.2) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_read:hover {
    background-color: rgba(26, 213, 152, 0.24) !important;
}

/* Notification action buttons – modern style */
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_flex.notification_row_buttons {
    margin-top: 14px !important;
    gap: 10px !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button {
    padding: 10px 20px !important;
    min-height: 42px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 11px !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button:first-child:last-child {
    background: linear-gradient(135deg, #1ad598 0%, #14b47a 100%) !important;
    color: #fff !important;
    border: 1px solid rgba(26, 213, 152, 0.4) !important;
    box-shadow: 0 4px 12px rgba(26, 213, 152, 0.25) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button:first-child:last-child:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(26, 213, 152, 0.35) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button:first-child:not(:last-child) {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #eef3ff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button:first-child:not(:last-child):hover {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button:last-child:not(:first-child) {
    background: linear-gradient(135deg, #1ad598 0%, #14b47a 100%) !important;
    color: #fff !important;
    border: 1px solid rgba(26, 213, 152, 0.4) !important;
    box-shadow: 0 4px 12px rgba(26, 213, 152, 0.25) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button:last-child:not(:first-child):hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(26, 213, 152, 0.35) !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list .notification_row_button.actioned {
    background: rgba(100, 116, 139, 0.25) !important;
    border-color: rgba(148, 163, 184, 0.25) !important;
    opacity: 0.8 !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(5, 10, 34, .62);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 1100;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-open .ui-v2-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
}

/* On mobile the notifications widget can overlap the sidebar close control.
   When the sidebar is open, keep notifications visually mounted but non-interactive. */
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-open #view_notifications_container {
    pointer-events: none !important;
    z-index: 1050 !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-shell {
    display: grid;
    grid-template-columns: 258px minmax(0, 1fr);
    min-height: 100vh;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
    display: block;
    background: linear-gradient(180deg, var(--v2-sidebar-bg) 0%, var(--v2-sidebar-bg-2) 100%);
    border-right: 1px solid var(--v2-sidebar-line);
    padding: 18px 14px;
    z-index: 1200;
    scrollbar-color: var(--v2-sidebar-thumb) var(--v2-sidebar-bg-2);
    scrollbar-width: thin;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar::-webkit-scrollbar {
    width: 9px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar::-webkit-scrollbar-track {
    background: var(--v2-sidebar-bg-2);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--v2-sidebar-thumb) 0%, var(--v2-sidebar-thumb) 100%);
    border-radius: 10px;
    border: 2px solid var(--v2-sidebar-bg-2);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px 14px;
    border-bottom: 1px solid var(--v2-sidebar-line);
    margin-bottom: 14px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #6a73ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-text {
    line-height: 1.1;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-text b {
    display: block;
    font-size: 15px;
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-text span {
    display: block;
    font-size: 11px;
    color: var(--v2-muted);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-close {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid var(--v2-sidebar-line);
    background: var(--v2-sidebar-control);
    color: var(--v2-sidebar-text);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    position: relative;
    z-index: 2;
    touch-action: manipulation;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-theme-toggle {
    width: 30px;
    height: 30px;
    border: 1px solid var(--v2-sidebar-line);
    background: var(--v2-sidebar-control);
    color: var(--v2-sidebar-text);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    font-size: 14px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-theme-toggle:hover {
    background: var(--v2-sidebar-control-hover);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group-title {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 11px;
    letter-spacing: .02em;
    text-transform: none;
    color: var(--v2-sidebar-muted);
    margin: 10px 8px 5px;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group-title-text {
    min-width: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group-caret {
    color: var(--v2-sidebar-muted);
    font-size: 10px;
    line-height: 1;
    transition: transform .18s ease;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group.is-collapsed .ui-v2-menu-group-caret {
    transform: rotate(-90deg);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group.is-collapsed .ui-v2-menu-link {
    display: none;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--v2-sidebar-text);
    text-decoration: none;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 14px;
    transition: .2s ease;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--v2-sidebar-dot);
    flex: 0 0 auto;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link:hover {
    background: var(--v2-sidebar-hover);
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link.is-active {
    background: linear-gradient(90deg, var(--v2-sidebar-active), var(--v2-sidebar-active));
    color: var(--v2-sidebar-text);
    box-shadow: inset 2px 0 0 var(--v2-sidebar-accent);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-badge {
    background: var(--v2-sidebar-badge);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 999px;
    color: var(--v2-sidebar-text);
    flex: 0 0 auto;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-footer {
    position: static;
    margin-top: 14px;
    background: var(--v2-sidebar-footer);
    border: 1px solid var(--v2-sidebar-line);
    border-radius: 12px;
    padding: 9px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-lang-toggle {
    border: 1px solid var(--v2-sidebar-line);
    background: var(--v2-sidebar-control);
    color: var(--v2-sidebar-text);
    border-radius: 11px;
    width: 46px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-lang-toggle:hover {
    background: var(--v2-sidebar-control-hover);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-lang-toggle img {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(133, 146, 164, 0.32);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-footer .ui-v2-sidebar-lang,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-footer .ui-v2-lang-btn {
    display: none !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-avatar {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #6a73ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 10px 18px rgba(9, 15, 47, 0.24);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-avatar.has-image {
    background: color-mix(in srgb, var(--v2-sidebar-control) 88%, #fff 12%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-meta b {
    display: block;
    font-size: 13px;
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-meta small {
    display: block;
    color: var(--v2-sidebar-muted);
    line-height: 1;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-logout-btn {
    width: 100%;
    border: 1px solid var(--v2-sidebar-line);
    background: var(--v2-sidebar-control);
    color: var(--v2-sidebar-text);
    border-radius: 9px;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-main {
    min-width: 0;
    padding: 18px;
}

html.ui-v2-enabled body.sm-home-page:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar {
    display: none;
}

html.ui-v2-enabled body.sm-home-page:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-main {
    padding-top: 8px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 4px 2px 14px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-toggle {
    display: none;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid var(--v2-sidebar-line);
    background: var(--v2-sidebar-control);
    color: var(--v2-sidebar-text);
    align-items: center;
    justify-content: center;
    padding: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-toggle-icon {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    transform: translateY(-1px);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title {
    min-width: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title h1 {
    margin: 0;
    color: var(--v2-text);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title p {
    margin: 4px 0 0;
    color: var(--v2-muted);
    font-size: 13px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-actions {
    display: none !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-top-btn,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-lang-btn {
    height: 34px;
    border: 1px solid var(--v2-line);
    background: #141d4b;
    color: #dce4ff;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-top-btn:hover,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-lang-btn:hover {
    background: #1b285f;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-top-btn .glyphicon {
    font-size: 12px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-actions [data-source-id="top_menu_notifications"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-actions #top_menu_notifications {
    display: none !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-lang-flag {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(121, 139, 203, 0.45);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content {
    min-width: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content .container-fluid,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content .row.content,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content .app-page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: visible;
    text-align: left;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content .app-page-content {
    max-width: min(1460px, 98vw);
    margin: 0 auto 80px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content .row.content {
    min-height: auto;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-shell {
    grid-template-columns: 58px minmax(0, 1fr);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-sidebar {
    display: block;
    width: 58px;
    padding: 10px 8px;
    overflow: hidden;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-brand {
    justify-content: center;
    padding: 2px 0 8px;
    margin-bottom: 8px;
    border-bottom: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-brand-left,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-theme-toggle,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-sidebar-menu,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-sidebar-footer {
    display: none !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-brand-actions {
    width: 100%;
    justify-content: center;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-sidebar-close {
    margin: 0 auto;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar {
    background: linear-gradient(180deg, var(--v2-sidebar-bg) 0%, var(--v2-sidebar-bg-2) 100%);
    border-right-color: var(--v2-sidebar-line);
    scrollbar-color: var(--v2-sidebar-thumb) var(--v2-sidebar-bg-2);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar::-webkit-scrollbar-track {
    background: var(--v2-sidebar-bg-2);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--v2-sidebar-thumb) 0%, var(--v2-sidebar-thumb) 100%);
    border-color: var(--v2-sidebar-bg-2);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand {
    border-bottom-color: var(--v2-sidebar-line);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-mark {
    background: #6a73ff;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-text b {
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-brand-text span {
    color: var(--v2-sidebar-muted);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-close,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-theme-toggle,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-lang-toggle,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-logout-btn,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-toggle {
    background: var(--v2-sidebar-control);
    border-color: var(--v2-sidebar-line);
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-group-title {
    color: var(--v2-sidebar-muted);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link {
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-dot {
    background: var(--v2-sidebar-dot);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link:hover {
    background: var(--v2-sidebar-hover);
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-link.is-active {
    background: linear-gradient(90deg, var(--v2-sidebar-active), var(--v2-sidebar-active));
    color: var(--v2-sidebar-text);
    box-shadow: inset 2px 0 0 var(--v2-sidebar-accent);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-footer {
    background: var(--v2-sidebar-footer);
    border-color: var(--v2-sidebar-line);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-menu-badge {
    background: var(--v2-sidebar-badge);
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-meta b {
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-meta small {
    color: var(--v2-sidebar-muted);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-avatar {
    background: #6a73ff;
    border: 1px solid rgba(255, 255, 255, 0.92);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-account-avatar.has-image {
    background: #ffffff;
    border-color: var(--v2-sidebar-line);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-lang-toggle {
    box-shadow: 0 8px 18px rgba(132, 144, 160, 0.12);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title h1 {
    color: var(--v2-sidebar-text);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title p {
    color: var(--v2-sidebar-muted);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_box,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .list_above_box,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .page_orders_page_box,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) form {
    background: linear-gradient(180deg, var(--v2-panel) 0%, var(--v2-panel-2) 100%);
    border: 1px solid var(--v2-line);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(5, 10, 32, 0.33);
    color: var(--v2-text);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_box,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) form {
    padding: 18px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) h1,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) h2,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) h3,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) h4,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) h5 {
    color: var(--v2-text);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) p,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) small,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) label,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .text-muted {
    color: var(--v2-muted);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="text"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="number"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="email"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="tel"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="password"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="date"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="datetime-local"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="time"],
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) select,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) textarea,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .chosen-container-single .chosen-single {
    background: #121b48 !important;
    border: 1px solid #364788 !important;
    color: #edf2ff !important;
    border-radius: 10px !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 48px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2393a4d4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 14px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input:focus,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) select:focus,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) textarea:focus {
    border-color: var(--v2-primary) !important;
    box-shadow: 0 0 0 3px rgba(106, 100, 255, .2);
    outline: 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input::placeholder,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) textarea::placeholder {
    color: #90a1d4;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) button {
    border-radius: 10px;
    font-weight: 600;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-primary,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-info {
    background: linear-gradient(180deg, #6b63ff, #4c5af3) !important;
    border-color: #6068ff !important;
    color: #fff !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-primary:hover,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-info:hover {
    filter: brightness(1.08);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-danger {
    background: linear-gradient(180deg, #f06a93, #d34a73) !important;
    border-color: #ea5b87 !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-default,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-warning {
    background: #1a265b !important;
    border-color: #354789 !important;
    color: #dce4ff !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .modal-content {
    background: linear-gradient(180deg, #1a2456 0%, #1a2252 100%);
    border: 1px solid #324484;
    color: #dce4ff;
    border-radius: 12px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .modal-header,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .modal-footer {
    border-color: #2e3f7d;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .table > thead > tr > th {
    border-bottom-color: #1f2b5a;
    color: #dce4ff;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .table > tbody > tr > td {
    border-top-color: #1d2855;
    color: #d4defe;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table {
    background: linear-gradient(180deg, #1a2455 0%, #1a2250 100%);
    border: 1px solid #1d2856 !important;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(5, 10, 32, 0.33);
    max-width: min(1460px, 98vw);
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_title {
    color: #edf2ff;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    padding-left: 4px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_header {
    background: #212d67;
    border: 1px solid #22305f;
    border-radius: 10px 10px 0 0;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_header_column {
    color: #aebce7;
    border-left-color: #2f3f80;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_row {
    background: #1c2758;
    border-left: 1px solid #22305f;
    border-right: 1px solid #22305f;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_column {
    border-left-color: #2d3c7d;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_column input,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_column button {
    background: #151e4a !important;
    border-color: #304183 !important;
    color: #dce4ff;
    border-radius: 8px !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data {
    border: 1px solid #22305f;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row {
    background: #1a2454;
    border-top: 1px solid #1d2855;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row:nth-child(even) {
    background: #18214e;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row:hover {
    background: #202d66;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_column {
    color: #dce4ff;
    border-left-color: #1d2855;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_footer {
    border-top: 1px solid #22305f;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_footer_export_button,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_footer_pagination_button {
    border: 1px solid #354789;
    background: #1a2556 !important;
    color: #dce4ff !important;
    border-radius: 8px;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row_no_data {
    color: #9dacde;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_loading {
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #9f92ff, #6e62ff, #9f92ff);
    background-size: 200% 100%;
    animation: uiV2Load 1.1s linear infinite;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 18px !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(72, 94, 171, .44) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(19, 28, 71, .96) 0%, rgba(14, 22, 63, .96) 100%) !important;
    box-shadow: 0 18px 36px rgba(4, 9, 30, .26);
    text-align: left !important;
    overflow: visible !important;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 18px !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(72, 94, 171, .44) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, rgba(19, 28, 71, .96) 0%, rgba(14, 22, 63, .96) 100%) !important;
    box-shadow: 0 18px 36px rgba(4, 9, 30, .26);
    text-align: left !important;
    overflow: visible !important;
    color: #edf2ff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-company-filter-label {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    color: #edf2ff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: -.01em;
    white-space: nowrap;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container label {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    color: #edf2ff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: -.01em;
    white-space: nowrap;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-company-filter-control {
    min-width: min(280px, 100%);
    max-width: 100%;
    flex: 0 1 280px;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter #page_company_id,
html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter select {
    width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    padding: 0 42px 0 14px !important;
    border: 1px solid #4055a3 !important;
    border-radius: 13px !important;
    background-color: #15225b !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d8e2ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 14px 14px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
    color: #edf2ff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container #page_company_id,
html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container select {
    width: 100% !important;
    min-width: 220px !important;
    max-width: min(320px, 100%) !important;
    height: 36px !important;
    padding: 0 42px 0 14px !important;
    border: 1px solid #4055a3 !important;
    border-radius: 13px !important;
    background-color: #15225b !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d8e2ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 14px 14px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
    color: #edf2ff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter #page_company_id:focus,
html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter select:focus {
    border-color: #7b8dff !important;
    box-shadow: 0 0 0 3px rgba(110, 98, 255, .18) !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="text"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="number"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="email"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="tel"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="password"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="date"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="datetime-local"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input[type="time"],
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) select,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) textarea,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .chosen-container-single .chosen-single {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364758b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) input::placeholder,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) textarea::placeholder {
    color: #94a3b8;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-primary,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-info {
    background: linear-gradient(180deg, #3b82f6, #2563eb) !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-default,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .btn-warning {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .modal-content {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #d9e1ea;
    color: #334155;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .modal-header,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .modal-footer {
    border-color: #e2e8f0;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_data_table {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: #d9e1ea !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_title {
    color: #0f172a;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_header {
    background: #f1f5f9;
    border-color: #d9e1ea;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_header_column {
    color: #64748b;
    border-left-color: #e2e8f0;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_row {
    background: #f8fafc;
    border-left-color: #d9e1ea;
    border-right-color: #d9e1ea;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_column {
    border-left-color: #e2e8f0;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_column input,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_search_column button {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data {
    border-color: #d9e1ea;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row {
    background: #ffffff;
    border-top-color: #e2e8f0;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row:nth-child(even) {
    background: #f8fafc;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row:hover {
    background: #f1f5f9;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_column {
    color: #334155;
    border-left-color: #e2e8f0;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_footer {
    border-top-color: #d9e1ea;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_footer_export_button,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_footer_pagination_button {
    border-color: #cbd5e1;
    background: #f8fafc !important;
    color: #334155 !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_data_row_no_data {
    color: #64748b;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_loading {
    background: linear-gradient(90deg, #cbd5e1, #94a3b8, #cbd5e1);
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter {
    border-color: #d8e0fb !important;
    background: linear-gradient(180deg, rgba(248, 251, 255, .98) 0%, rgba(236, 242, 255, .98) 100%) !important;
    box-shadow: 0 18px 38px rgba(95, 109, 255, .08);
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container {
    border-color: #d8e0fb !important;
    background: linear-gradient(180deg, rgba(248, 251, 255, .98) 0%, rgba(236, 242, 255, .98) 100%) !important;
    box-shadow: 0 18px 38px rgba(95, 109, 255, .08);
    color: #31456f !important;
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-company-filter-label {
    color: #31456f !important;
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container label {
    color: #31456f !important;
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter #page_company_id,
html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter select {
    border-color: #c7d4ff !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2331456f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
    color: #31456f !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container #page_company_id,
html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container select {
    border-color: #c7d4ff !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2331456f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
    color: #31456f !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
}

html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter #page_company_id:focus,
html.ui-v2-enabled body.ui-v2-role-admin.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter select:focus {
    border-color: #5f6dff !important;
    box-shadow: 0 0 0 3px rgba(95, 109, 255, .14) !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_data_table th,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_data_table td,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_wrapper,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_info,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_length,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_filter {
    color: #334155 !important;
}

@keyframes uiV2Load {
    from { background-position: 0 0; }
    to { background-position: 200% 0; }
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_data_table {
    background: linear-gradient(180deg, #1a2455 0%, #1a2250 100%);
    border: 1px solid #2b3872;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(5, 10, 32, 0.33);
    color: #dce4ff;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_data_table th,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_data_table td,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_wrapper,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_info,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_length,
html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .dataTables_filter {
    color: #cfd8fa !important;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer {
    background: transparent;
    background-image: none;
    color: #9aabd8;
    border-top: 0;
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none;
    width: 100% !important;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 !important;
    z-index: auto;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer p {
    width: auto;
    max-width: calc(100vw - 28px);
    margin: 0 !important;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer-link {
    color: inherit;
    text-decoration: none;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer {
    color: #5b6f9f !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer,
html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer * {
    color: #5b6f9f !important;
    opacity: 1 !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #5b6f9f !important;
}

html.ui-v2-enabled body.ui-v2-light:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app-global-footer a {
    color: #4f6698 !important;
}

@media (max-width: 1200px) {
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-main {
        padding: 14px;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title h1 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-open {
        overflow: hidden;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-shell {
        grid-template-columns: 1fr;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: min(84vw, 320px);
        max-width: 320px;
        height: 100vh;
        transform: translateX(-106%);
        transition: transform .28s ease;
        box-shadow: 12px 0 30px rgba(0,0,0,.35);
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-collapsed .ui-v2-sidebar {
        display: block;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page).ui-v2-sidebar-open .ui-v2-sidebar {
        transform: translateX(0);
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-close,
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-sidebar-toggle {
        display: inline-flex;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-actions {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    html.ui-v2-enabled body.sm-home-page:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar {
        display: flex;
        padding: 0 0 10px;
    }

    html.ui-v2-enabled body.sm-home-page:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title,
    html.ui-v2-enabled body.sm-home-page:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-actions {
        display: none !important;
    }

    html.ui-v2-enabled body.sm-home-page:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-left {
        width: 100%;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-content .app-page-content {
        max-width: 99vw;
    }
}

@media (max-width: 640px) {
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_container {
        top: 62px !important;
        right: 8px !important;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #view_notifications_list {
        width: min(360px, calc(100vw - 16px)) !important;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-main {
        padding: 10px;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title h1 {
        font-size: 20px;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-topbar-title p {
        font-size: 12px;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .app_box,
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) form {
        padding: 12px;
    }

    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .custom_table_title {
        font-size: 20px;
    }

    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container.ui-v2-company-filter {
        display: flex !important;
        width: 100% !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 20px !important;
    }

    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container {
        display: flex !important;
        width: 100% !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 20px !important;
    }

    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-company-filter-label,
    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .ui-v2-company-filter-control,
    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container label,
    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container #page_company_id,
    html.ui-v2-enabled body.ui-v2-role-admin:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) #page_company_id_container select {
        width: 100%;
        flex: 1 1 100%;
    }

    /* Shared inline checkbox layout for ui-v2 edit screens. */
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box .checkbox.view_edit_checkbox_wrapper label,
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box .checkbox label,
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box #specs_picker .checkbox label {
        display: inline-grid !important;
        grid-template-columns: 22px minmax(0, 1fr);
        column-gap: 10px;
        align-items: center !important;
        min-width: 0;
        width: 100% !important;
        padding-left: 0 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset;
    }
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box .checkbox.view_edit_checkbox_wrapper label input[type=checkbox],
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box .checkbox label input[type=checkbox],
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box #specs_picker .checkbox label input[type=checkbox] {
        grid-column: 1;
        grid-row: 1;
        margin: 0 !important;
        margin-left: 0 !important;
        flex: none !important;
        justify-self: start;
        align-self: center;
        position: static !important;
        order: 0;
    }
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box .checkbox.view_edit_checkbox_wrapper label .checkbox-text,
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box .checkbox label .checkbox-text,
    html.ui-v2-enabled body:is(.ui-v2-theme,.ui-v2-shell-active):not(.orders-neo-page) .view_edit_form_box #specs_picker .checkbox label .checkbox-text {
        grid-column: 2;
        grid-row: 1;
        width: auto !important;
        min-width: 0;
        flex: none !important;
    }
}
