        #tree {
            width: 100%;
            height: 100%;
            position: relative;
        }

      
        [node-id] rect {
            fill: #016e25;
        }

        [node-id='1'] rect {
            fill: #750000;
        }

        .field_0 {
            font-family: Impact;
            text-transform: uppercase;
            fill: #a3a3a3;
        }

        .field_1 {
            fill: #a3a3a3;
        }

        [link-id] path {
            stroke: #750000;
        }

        [link-id='[3][4]'] path {
            stroke: #016e25;
        }

        [control-expcoll-id] circle {
            fill: #750000;
        }

        [control-expcoll-id='3'] circle {
            fill: #016e25;
        }

        [control-node-menu-id] circle {
            fill: #bfbfbf;
        }

        #tree>svg {
            background-color: transparent;
        }

        .bg-search-table {
            background-color: #2E2E2E !important;
        }

        .bg-search-table input {
            background-color: #2E2E2E !important;
        }