@import "/js/jquery-custom/jstree/dist/themes/dark/style.css?v=1.001";

:root {
    --main-bg: linear-gradient(180deg, rgba(10, 10, 10, 1) 0%, rgba(40, 40, 40, 1) 50%, rgba(70, 70, 70, 1) 100%) !important;
    --my-bg: linear-gradient(90deg, rgba(50, 50, 50, 1) 0%, rgba(70, 70, 70, 1) 50%, rgba(90, 90, 90, 1) 100%) !important;
    --hilite-bg: linear-gradient(180deg, rgba(20, 20, 20, 1) 0%, rgba(60, 60, 60, 1) 50%, rgba(100, 100, 100, 1) 100%) !important;
    --splitter-v-bg: linear-gradient(180deg, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 1) 50%, rgba(80, 80, 80, 0) 100%) !important;
    --splitter-h-bg: linear-gradient(90deg, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 1) 50%, rgba(80, 80, 80, 0) 100%) !important;
    --hilite-mobile-bg: linear-gradient(180deg, rgba(64, 64, 64, 1) 0%, rgba(64, 92, 128, 1) 50%, rgba(64, 128, 192, 1) 100%) !important;
    --main-bar-rgb: rgba(72, 102, 168,1);
    --main-bar-bg: linear-gradient(180deg, rgba(10, 10, 10, 1) 0%, rgba(57, 77, 98, 1) 50%, var(--main-bar-rgb) 100%) !important;
    --main-bg-rgb: #222222;
    --main-ctl-rgb: #505050;
    --title-rgb: #ddd;
    --menu-txt-rgb: #a0d0f0;
    --label-rgb: #93c8e5;
    --msg-rgb: #5050f0;
    --txt-rgb: #fff;
    --border-rgb: #555;
    --outline-rgb: #555;
    --hover-link-rgb: #576166;
    --span-link-rgb: #33a3e5;
    --hover-span-link-rgb: #33a3e5;
    --locked-rgb: #656565;
    --normal-rgb: transparent;
    --read-only-rgb: #d2b48c80;
    --header-rgb: #3c4c50;
    --resource-lib-rgb: #ffc0cb80;
    --withdrawn-rgb: #ffa07a80;
    --stock-rgb: #656565;
    --playlist-rgb: #90ee9080;
    --custom-rgb: #7da8e6;
    --help-rgb: #5e5425;
    --uninstalled-rgb: #40a040;
    --installed-rgb: #7da8e6;
    --member-rgb: #ffa07a80;
    --non-member-rgb: #ffe4b580;
    --track-spot-rgb: var(--stock-rgb);
    --cat-spot-rgb: var(--custom-rgb);
    --applied-rgb: #606060;
    --pending-rgb: #e0ef20;
    --pending-txt-rgb: #000000;
    --tardy-rgb: #ff4327;
    --shipped-rgb: #50ee50c0;
    --range-rgb: #a0a000;
    --toggle-theme-rgb: rgba(195, 195, 195, 1);
}

