/****************************************************************************
 ** @license
 ** This demo file is part of yFiles for HTML 3.0.0.3.
 ** Copyright (c) 2000-2025 by yWorks GmbH, Vor dem Kreuzberg 28,
 ** 72070 Tuebingen, Germany. All rights reserved.
 **
 ** yFiles demo files exhibit yFiles for HTML functionalities. Any redistribution
 ** of demo files in source code or binary form, with or without
 ** modification, is not permitted.
 **
 ** Owners of a valid software license for a yFiles for HTML version that this
 ** demo is shipped with are allowed to use the demo source code as basis
 ** for their own yFiles for HTML powered applications. Use of such programs is
 ** governed by the rights and conditions as set out in the yFiles for HTML
 ** license agreement.
 **
 ** THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED
 ** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
 ** NO EVENT SHALL yWorks BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 ** TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 ** PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 ** LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 ** NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 ** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 **
 ***************************************************************************/
/****************************************************************************
 ** @license
 ** This demo file is part of yFiles for HTML 3.0.0.3.
 ** Copyright (c) 2000-2025 by yWorks GmbH, Vor dem Kreuzberg 28,
 ** 72070 Tuebingen, Germany. All rights reserved.
 **
 ** yFiles demo files exhibit yFiles for HTML functionalities. Any redistribution
 ** of demo files in source code or binary form, with or without
 ** modification, is not permitted.
 **
 ** Owners of a valid software license for a yFiles for HTML version that this
 ** demo is shipped with are allowed to use the demo source code as basis
 ** for their own yFiles for HTML powered applications. Use of such programs is
 ** governed by the rights and conditions as set out in the yFiles for HTML
 ** license agreement.
 **
 ** THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED
 ** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
 ** NO EVENT SHALL yWorks BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 ** TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 ** PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 ** LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 ** NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 ** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 **
 ***************************************************************************/
.demo-orange-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-orange-edge {
  stroke: #662b00;
}
.demo-orange-edge-arrow {
  fill: #662b00;
}
.demo-orange-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-orange-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-orange-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-blue-node {
  fill: #242265;
  stroke: #0e0e28;
}
.demo-blue-edge {
  stroke: #0e0e28;
}
.demo-blue-edge-arrow {
  fill: #0e0e28;
}
.demo-blue-group-expanded .group-border {
  fill: #242265;
}
.demo-blue-group-collapsed .folder-foreground {
  fill: #a7a7c1;
}
.demo-blue-group-collapsed .folder-background {
  fill: #242265;
}
.demo-red-node {
  fill: #ca0c3b;
  stroke: #510518;
}
.demo-red-edge {
  stroke: #510518;
}
.demo-red-edge-arrow {
  fill: #510518;
}
.demo-red-group-expanded .group-border {
  fill: #ca0c3b;
}
.demo-red-group-collapsed .folder-foreground {
  fill: #ea9eb1;
}
.demo-red-group-collapsed .folder-background {
  fill: #ca0c3b;
}
.demo-green-node {
  fill: #61a044;
  stroke: #27401b;
}
.demo-green-edge {
  stroke: #27401b;
}
.demo-green-edge-arrow {
  fill: #27401b;
}
.demo-green-group-expanded .group-border {
  fill: #61a044;
}
.demo-green-group-collapsed .folder-foreground {
  fill: #c0d9b4;
}
.demo-green-group-collapsed .folder-background {
  fill: #61a044;
}
.demo-purple-node {
  fill: #a37ab3;
  stroke: #413148;
}
.demo-purple-edge {
  stroke: #413148;
}
.demo-purple-edge-arrow {
  fill: #413148;
}
.demo-purple-group-expanded .group-border {
  fill: #a37ab3;
}
.demo-purple-group-collapsed .folder-foreground {
  fill: #dacae1;
}
.demo-purple-group-collapsed .folder-background {
  fill: #a37ab3;
}
.demo-lightblue-node {
  fill: #46a8d5;
  stroke: #1c4355;
}
.demo-lightblue-edge {
  stroke: #1c4355;
}
.demo-lightblue-edge-arrow {
  fill: #1c4355;
}
.demo-lightblue-group-expanded .group-border {
  fill: #46a8d5;
}
.demo-lightblue-group-collapsed .folder-foreground {
  fill: #b5dcee;
}
.demo-lightblue-group-collapsed .folder-background {
  fill: #46a8d5;
}
.demo-palette-11-node {
  fill: #111d4a;
  stroke: #070c1e;
}
.demo-palette-11-edge {
  stroke: #070c1e;
}
.demo-palette-11-edge-arrow {
  fill: #070c1e;
}
.demo-palette-11-group-expanded .group-border {
  fill: #111d4a;
}
.demo-palette-11-group-collapsed .folder-foreground {
  fill: #a0a5b7;
}
.demo-palette-11-group-collapsed .folder-background {
  fill: #111d4a;
}
.demo-palette-12-node {
  fill: #0b7189;
  stroke: #042d37;
}
.demo-palette-12-edge {
  stroke: #042d37;
}
.demo-palette-12-edge-arrow {
  fill: #042d37;
}
.demo-palette-12-group-expanded .group-border {
  fill: #0b7189;
}
.demo-palette-12-group-collapsed .folder-foreground {
  fill: #9dc6d0;
}
.demo-palette-12-group-collapsed .folder-background {
  fill: #0b7189;
}
.demo-palette-13-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-palette-13-edge {
  stroke: #662b00;
}
.demo-palette-13-edge-arrow {
  fill: #662b00;
}
.demo-palette-13-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-palette-13-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-palette-13-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-palette-14-node {
  fill: #ab2346;
  stroke: #440e1c;
}
.demo-palette-14-edge {
  stroke: #440e1c;
}
.demo-palette-14-edge-arrow {
  fill: #440e1c;
}
.demo-palette-14-group-expanded .group-border {
  fill: #ab2346;
}
.demo-palette-14-group-collapsed .folder-foreground {
  fill: #dda7b5;
}
.demo-palette-14-group-collapsed .folder-background {
  fill: #ab2346;
}
.demo-palette-15-node {
  fill: #621b00;
  stroke: #270b00;
}
.demo-palette-15-edge {
  stroke: #270b00;
}
.demo-palette-15-edge-arrow {
  fill: #270b00;
}
.demo-palette-15-group-expanded .group-border {
  fill: #621b00;
}
.demo-palette-15-group-collapsed .folder-foreground {
  fill: #c0a499;
}
.demo-palette-15-group-collapsed .folder-background {
  fill: #621b00;
}
.demo-palette-21-node {
  fill: #17bebb;
  stroke: #094c4b;
}
.demo-palette-21-edge {
  stroke: #094c4b;
}
.demo-palette-21-edge-arrow {
  fill: #094c4b;
}
.demo-palette-21-group-expanded .group-border {
  fill: #17bebb;
}
.demo-palette-21-group-collapsed .folder-foreground {
  fill: #a2e5e4;
}
.demo-palette-21-group-collapsed .folder-background {
  fill: #17bebb;
}
.demo-palette-22-node {
  fill: #ffc914;
  stroke: #665008;
}
.demo-palette-22-edge {
  stroke: #665008;
}
.demo-palette-22-edge-arrow {
  fill: #665008;
}
.demo-palette-22-group-expanded .group-border {
  fill: #ffc914;
}
.demo-palette-22-group-collapsed .folder-foreground {
  fill: #ffe9a1;
}
.demo-palette-22-group-collapsed .folder-background {
  fill: #ffc914;
}
.demo-palette-23-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-palette-23-edge {
  stroke: #662b00;
}
.demo-palette-23-edge-arrow {
  fill: #662b00;
}
.demo-palette-23-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-palette-23-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-palette-23-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-palette-24-node {
  fill: #2e282a;
  stroke: #121011;
}
.demo-palette-24-edge {
  stroke: #121011;
}
.demo-palette-24-edge-arrow {
  fill: #121011;
}
.demo-palette-24-group-expanded .group-border {
  fill: #2e282a;
}
.demo-palette-24-group-collapsed .folder-foreground {
  fill: #aba9aa;
}
.demo-palette-24-group-collapsed .folder-background {
  fill: #2e282a;
}
.demo-palette-25-node {
  fill: #76b041;
  stroke: #2f461a;
}
.demo-palette-25-edge {
  stroke: #2f461a;
}
.demo-palette-25-edge-arrow {
  fill: #2f461a;
}
.demo-palette-25-group-expanded .group-border {
  fill: #76b041;
}
.demo-palette-25-group-collapsed .folder-foreground {
  fill: #c8dfb3;
}
.demo-palette-25-group-collapsed .folder-background {
  fill: #76b041;
}
.demo-palette-31-node {
  fill: #67b7dc;
  stroke: #294958;
}
.demo-palette-31-edge {
  stroke: #294958;
}
.demo-palette-31-edge-arrow {
  fill: #294958;
}
.demo-palette-31-group-expanded .group-border {
  fill: #67b7dc;
}
.demo-palette-31-group-collapsed .folder-foreground {
  fill: #c2e2f1;
}
.demo-palette-31-group-collapsed .folder-background {
  fill: #67b7dc;
}
.demo-palette-32-node {
  fill: #6771dc;
  stroke: #292d58;
}
.demo-palette-32-edge {
  stroke: #292d58;
}
.demo-palette-32-edge-arrow {
  fill: #292d58;
}
.demo-palette-32-group-expanded .group-border {
  fill: #6771dc;
}
.demo-palette-32-group-collapsed .folder-foreground {
  fill: #c2c6f1;
}
.demo-palette-32-group-collapsed .folder-background {
  fill: #6771dc;
}
.demo-palette-33-node {
  fill: #242265;
  stroke: #0e0e28;
}
.demo-palette-33-edge {
  stroke: #0e0e28;
}
.demo-palette-33-edge-arrow {
  fill: #0e0e28;
}
.demo-palette-33-group-expanded .group-border {
  fill: #242265;
}
.demo-palette-33-group-collapsed .folder-foreground {
  fill: #a7a7c1;
}
.demo-palette-33-group-collapsed .folder-background {
  fill: #242265;
}
.demo-palette-34-node {
  fill: #dc67ce;
  stroke: #582952;
}
.demo-palette-34-edge {
  stroke: #582952;
}
.demo-palette-34-edge-arrow {
  fill: #582952;
}
.demo-palette-34-group-expanded .group-border {
  fill: #dc67ce;
}
.demo-palette-34-group-collapsed .folder-foreground {
  fill: #f1c2eb;
}
.demo-palette-34-group-collapsed .folder-background {
  fill: #dc67ce;
}
.demo-palette-35-node {
  fill: #a367dc;
  stroke: #412958;
}
.demo-palette-35-edge {
  stroke: #412958;
}
.demo-palette-35-edge-arrow {
  fill: #412958;
}
.demo-palette-35-group-expanded .group-border {
  fill: #a367dc;
}
.demo-palette-35-group-collapsed .folder-foreground {
  fill: #dac2f1;
}
.demo-palette-35-group-collapsed .folder-background {
  fill: #a367dc;
}
.demo-palette-41-node {
  fill: #363020;
  stroke: #16130d;
}
.demo-palette-41-edge {
  stroke: #16130d;
}
.demo-palette-41-edge-arrow {
  fill: #16130d;
}
.demo-palette-41-group-expanded .group-border {
  fill: #363020;
}
.demo-palette-41-group-collapsed .folder-foreground {
  fill: #afaca6;
}
.demo-palette-41-group-collapsed .folder-background {
  fill: #363020;
}
.demo-palette-42-node {
  fill: #605c4e;
  stroke: #26251f;
}
.demo-palette-42-edge {
  stroke: #26251f;
}
.demo-palette-42-edge-arrow {
  fill: #26251f;
}
.demo-palette-42-group-expanded .group-border {
  fill: #605c4e;
}
.demo-palette-42-group-collapsed .folder-foreground {
  fill: #bfbeb8;
}
.demo-palette-42-group-collapsed .folder-background {
  fill: #605c4e;
}
.demo-palette-43-node {
  fill: #a49966;
  stroke: #423d29;
}
.demo-palette-43-edge {
  stroke: #423d29;
}
.demo-palette-43-edge-arrow {
  fill: #423d29;
}
.demo-palette-43-group-expanded .group-border {
  fill: #a49966;
}
.demo-palette-43-group-collapsed .folder-foreground {
  fill: #dbd6c2;
}
.demo-palette-43-group-collapsed .folder-background {
  fill: #a49966;
}
.demo-palette-44-node {
  fill: #c7c7a6;
  stroke: #505042;
}
.demo-palette-44-edge {
  stroke: #505042;
}
.demo-palette-44-edge-arrow {
  fill: #505042;
}
.demo-palette-44-group-expanded .group-border {
  fill: #c7c7a6;
}
.demo-palette-44-group-collapsed .folder-foreground {
  fill: #e9e9db;
}
.demo-palette-44-group-collapsed .folder-background {
  fill: #c7c7a6;
}
.demo-palette-45-node {
  fill: #eaffda;
  stroke: #5e6657;
}
.demo-palette-45-edge {
  stroke: #5e6657;
}
.demo-palette-45-edge-arrow {
  fill: #5e6657;
}
.demo-palette-45-group-expanded .group-border {
  fill: #eaffda;
}
.demo-palette-45-group-collapsed .folder-foreground {
  fill: #f7fff0;
}
.demo-palette-45-group-collapsed .folder-background {
  fill: #eaffda;
}
.demo-palette-46-node {
  fill: #a4778b;
  stroke: #423038;
}
.demo-palette-46-edge {
  stroke: #423038;
}
.demo-palette-46-edge-arrow {
  fill: #423038;
}
.demo-palette-46-group-expanded .group-border {
  fill: #a4778b;
}
.demo-palette-46-group-collapsed .folder-foreground {
  fill: #dbc9d1;
}
.demo-palette-46-group-collapsed .folder-background {
  fill: #a4778b;
}
.demo-palette-47-node {
  fill: #aa4586;
  stroke: #441c36;
}
.demo-palette-47-edge {
  stroke: #441c36;
}
.demo-palette-47-edge-arrow {
  fill: #441c36;
}
.demo-palette-47-group-expanded .group-border {
  fill: #aa4586;
}
.demo-palette-47-group-collapsed .folder-foreground {
  fill: #ddb5cf;
}
.demo-palette-47-group-collapsed .folder-background {
  fill: #aa4586;
}
.demo-palette-48-node {
  fill: #177e89;
  stroke: #093237;
}
.demo-palette-48-edge {
  stroke: #093237;
}
.demo-palette-48-edge-arrow {
  fill: #093237;
}
.demo-palette-48-group-expanded .group-border {
  fill: #177e89;
}
.demo-palette-48-group-collapsed .folder-foreground {
  fill: #a2cbd0;
}
.demo-palette-48-group-collapsed .folder-background {
  fill: #177e89;
}
.demo-palette-401-node {
  fill: #f26419;
  stroke: #61280a;
}
.demo-palette-401-edge {
  stroke: #61280a;
}
.demo-palette-401-edge-arrow {
  fill: #61280a;
}
.demo-palette-401-group-expanded .group-border {
  fill: #f26419;
}
.demo-palette-401-group-collapsed .folder-foreground {
  fill: #fac1a3;
}
.demo-palette-401-group-collapsed .folder-background {
  fill: #f26419;
}
.demo-palette-402-node {
  fill: #e01a4f;
  stroke: #5a0a20;
}
.demo-palette-402-edge {
  stroke: #5a0a20;
}
.demo-palette-402-edge-arrow {
  fill: #5a0a20;
}
.demo-palette-402-group-expanded .group-border {
  fill: #e01a4f;
}
.demo-palette-402-group-collapsed .folder-foreground {
  fill: #f3a3b9;
}
.demo-palette-402-group-collapsed .folder-background {
  fill: #e01a4f;
}
.demo-palette-403-node {
  fill: #01baff;
  stroke: #004a66;
}
.demo-palette-403-edge {
  stroke: #004a66;
}
.demo-palette-403-edge-arrow {
  fill: #004a66;
}
.demo-palette-403-group-expanded .group-border {
  fill: #01baff;
}
.demo-palette-403-group-collapsed .folder-foreground {
  fill: #99e3ff;
}
.demo-palette-403-group-collapsed .folder-background {
  fill: #01baff;
}
.demo-palette-51-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-palette-51-edge {
  stroke: #662b00;
}
.demo-palette-51-edge-arrow {
  fill: #662b00;
}
.demo-palette-51-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-palette-51-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-palette-51-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-palette-52-node {
  fill: #242265;
  stroke: #0e0e28;
}
.demo-palette-52-edge {
  stroke: #0e0e28;
}
.demo-palette-52-edge-arrow {
  fill: #0e0e28;
}
.demo-palette-52-group-expanded .group-border {
  fill: #242265;
}
.demo-palette-52-group-collapsed .folder-foreground {
  fill: #a7a7c1;
}
.demo-palette-52-group-collapsed .folder-background {
  fill: #242265;
}
.demo-palette-53-node {
  fill: #56926e;
  stroke: #223a2c;
}
.demo-palette-53-edge {
  stroke: #223a2c;
}
.demo-palette-53-edge-arrow {
  fill: #223a2c;
}
.demo-palette-53-group-expanded .group-border {
  fill: #56926e;
}
.demo-palette-53-group-collapsed .folder-foreground {
  fill: #bbd3c5;
}
.demo-palette-53-group-collapsed .folder-background {
  fill: #56926e;
}
.demo-palette-54-node {
  fill: #6dbc8d;
  stroke: #2c4b38;
}
.demo-palette-54-edge {
  stroke: #2c4b38;
}
.demo-palette-54-edge-arrow {
  fill: #2c4b38;
}
.demo-palette-54-group-expanded .group-border {
  fill: #6dbc8d;
}
.demo-palette-54-group-collapsed .folder-foreground {
  fill: #c5e4d1;
}
.demo-palette-54-group-collapsed .folder-background {
  fill: #6dbc8d;
}
.demo-palette-55-node {
  fill: #6c4f77;
  stroke: #2b2030;
}
.demo-palette-55-edge {
  stroke: #2b2030;
}
.demo-palette-55-edge-arrow {
  fill: #2b2030;
}
.demo-palette-55-group-expanded .group-border {
  fill: #6c4f77;
}
.demo-palette-55-group-collapsed .folder-foreground {
  fill: #c4b9c9;
}
.demo-palette-55-group-collapsed .folder-background {
  fill: #6c4f77;
}
.demo-palette-56-node {
  fill: #4281a4;
  stroke: #1a3442;
}
.demo-palette-56-edge {
  stroke: #1a3442;
}
.demo-palette-56-edge-arrow {
  fill: #1a3442;
}
.demo-palette-56-group-expanded .group-border {
  fill: #4281a4;
}
.demo-palette-56-group-collapsed .folder-foreground {
  fill: #b3cddb;
}
.demo-palette-56-group-collapsed .folder-background {
  fill: #4281a4;
}
.demo-palette-57-node {
  fill: #e0e04f;
  stroke: #5a5a20;
}
.demo-palette-57-edge {
  stroke: #5a5a20;
}
.demo-palette-57-edge-arrow {
  fill: #5a5a20;
}
.demo-palette-57-group-expanded .group-border {
  fill: #e0e04f;
}
.demo-palette-57-group-collapsed .folder-foreground {
  fill: #f3f3b9;
}
.demo-palette-57-group-collapsed .folder-background {
  fill: #e0e04f;
}
.demo-palette-58-node {
  fill: #c1c1c1;
  stroke: #4d4d4d;
}
.demo-palette-58-edge {
  stroke: #4d4d4d;
}
.demo-palette-58-edge-arrow {
  fill: #4d4d4d;
}
.demo-palette-58-group-expanded .group-border {
  fill: #c1c1c1;
}
.demo-palette-58-group-collapsed .folder-foreground {
  fill: #e6e6e6;
}
.demo-palette-58-group-collapsed .folder-background {
  fill: #c1c1c1;
}
.demo-palette-59-node {
  fill: #db3a34;
  stroke: #581715;
}
.demo-palette-59-edge {
  stroke: #581715;
}
.demo-palette-59-edge-arrow {
  fill: #581715;
}
.demo-palette-59-group-expanded .group-border {
  fill: #db3a34;
}
.demo-palette-59-group-collapsed .folder-foreground {
  fill: #f1b0ae;
}
.demo-palette-59-group-collapsed .folder-background {
  fill: #db3a34;
}
.demo-palette-510-node {
  fill: #f0c808;
  stroke: #605003;
}
.demo-palette-510-edge {
  stroke: #605003;
}
.demo-palette-510-edge-arrow {
  fill: #605003;
}
.demo-palette-510-group-expanded .group-border {
  fill: #f0c808;
}
.demo-palette-510-group-collapsed .folder-foreground {
  fill: #f9e99c;
}
.demo-palette-510-group-collapsed .folder-background {
  fill: #f0c808;
}
.demo-palette-511-node {
  fill: #2d4d3a;
  stroke: #121f17;
}
.demo-palette-511-edge {
  stroke: #121f17;
}
.demo-palette-511-edge-arrow {
  fill: #121f17;
}
.demo-palette-511-group-expanded .group-border {
  fill: #2d4d3a;
}
.demo-palette-511-group-collapsed .folder-foreground {
  fill: #abb8b0;
}
.demo-palette-511-group-collapsed .folder-background {
  fill: #2d4d3a;
}
.demo-palette-61-node {
  fill: #ab2346;
  stroke: #440e1c;
}
.demo-palette-61-edge {
  stroke: #440e1c;
}
.demo-palette-61-edge-arrow {
  fill: #440e1c;
}
.demo-palette-61-group-expanded .group-border {
  fill: #ab2346;
}
.demo-palette-61-group-collapsed .folder-foreground {
  fill: #dda7b5;
}
.demo-palette-61-group-collapsed .folder-background {
  fill: #ab2346;
}
.demo-palette-62-node {
  fill: #76b041;
  stroke: #2f461a;
}
.demo-palette-62-edge {
  stroke: #2f461a;
}
.demo-palette-62-edge-arrow {
  fill: #2f461a;
}
.demo-palette-62-group-expanded .group-border {
  fill: #76b041;
}
.demo-palette-62-group-collapsed .folder-foreground {
  fill: #c8dfb3;
}
.demo-palette-62-group-collapsed .folder-background {
  fill: #76b041;
}
.demo-palette-63-node {
  fill: #a367dc;
  stroke: #412958;
}
.demo-palette-63-edge {
  stroke: #412958;
}
.demo-palette-63-edge-arrow {
  fill: #412958;
}
.demo-palette-63-group-expanded .group-border {
  fill: #a367dc;
}
.demo-palette-63-group-collapsed .folder-foreground {
  fill: #dac2f1;
}
.demo-palette-63-group-collapsed .folder-background {
  fill: #a367dc;
}
.demo-palette-64-node {
  fill: #c1c1c1;
  stroke: #4d4d4d;
}
.demo-palette-64-edge {
  stroke: #4d4d4d;
}
.demo-palette-64-edge-arrow {
  fill: #4d4d4d;
}
.demo-palette-64-group-expanded .group-border {
  fill: #c1c1c1;
}
.demo-palette-64-group-collapsed .folder-foreground {
  fill: #e6e6e6;
}
.demo-palette-64-group-collapsed .folder-background {
  fill: #c1c1c1;
}
.demo-palette-65-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-palette-65-edge {
  stroke: #662b00;
}
.demo-palette-65-edge-arrow {
  fill: #662b00;
}
.demo-palette-65-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-palette-65-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-palette-65-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-palette-71-node {
  fill: #ffc914;
  stroke: #665008;
}
.demo-palette-71-edge {
  stroke: #665008;
}
.demo-palette-71-edge-arrow {
  fill: #665008;
}
.demo-palette-71-group-expanded .group-border {
  fill: #ffc914;
}
.demo-palette-71-group-collapsed .folder-foreground {
  fill: #ffe9a1;
}
.demo-palette-71-group-collapsed .folder-background {
  fill: #ffc914;
}
.demo-palette-72-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-palette-72-edge {
  stroke: #662b00;
}
.demo-palette-72-edge-arrow {
  fill: #662b00;
}
.demo-palette-72-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-palette-72-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-palette-72-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-palette-73-node {
  fill: #76b041;
  stroke: #2f461a;
}
.demo-palette-73-edge {
  stroke: #2f461a;
}
.demo-palette-73-edge-arrow {
  fill: #2f461a;
}
.demo-palette-73-group-expanded .group-border {
  fill: #76b041;
}
.demo-palette-73-group-collapsed .folder-foreground {
  fill: #c8dfb3;
}
.demo-palette-73-group-collapsed .folder-background {
  fill: #76b041;
}
.demo-palette-74-node {
  fill: #2d728f;
  stroke: #122e39;
}
.demo-palette-74-edge {
  stroke: #122e39;
}
.demo-palette-74-edge-arrow {
  fill: #122e39;
}
.demo-palette-74-group-expanded .group-border {
  fill: #2d728f;
}
.demo-palette-74-group-collapsed .folder-foreground {
  fill: #abc7d2;
}
.demo-palette-74-group-collapsed .folder-background {
  fill: #2d728f;
}
.demo-palette-75-node {
  fill: #c1c1c1;
  stroke: #4d4d4d;
}
.demo-palette-75-edge {
  stroke: #4d4d4d;
}
.demo-palette-75-edge-arrow {
  fill: #4d4d4d;
}
.demo-palette-75-group-expanded .group-border {
  fill: #c1c1c1;
}
.demo-palette-75-group-collapsed .folder-foreground {
  fill: #e6e6e6;
}
.demo-palette-75-group-collapsed .folder-background {
  fill: #c1c1c1;
}
.demo-palette-81-node {
  fill: #242265;
  stroke: #0e0e28;
}
.demo-palette-81-edge {
  stroke: #0e0e28;
}
.demo-palette-81-edge-arrow {
  fill: #0e0e28;
}
.demo-palette-81-group-expanded .group-border {
  fill: #242265;
}
.demo-palette-81-group-collapsed .folder-foreground {
  fill: #a7a7c1;
}
.demo-palette-81-group-collapsed .folder-background {
  fill: #242265;
}
.demo-palette-82-node {
  fill: #01baff;
  stroke: #004a66;
}
.demo-palette-82-edge {
  stroke: #004a66;
}
.demo-palette-82-edge-arrow {
  fill: #004a66;
}
.demo-palette-82-group-expanded .group-border {
  fill: #01baff;
}
.demo-palette-82-group-collapsed .folder-foreground {
  fill: #99e3ff;
}
.demo-palette-82-group-collapsed .folder-background {
  fill: #01baff;
}
.demo-palette-83-node {
  fill: #f26419;
  stroke: #61280a;
}
.demo-palette-83-edge {
  stroke: #61280a;
}
.demo-palette-83-edge-arrow {
  fill: #61280a;
}
.demo-palette-83-group-expanded .group-border {
  fill: #f26419;
}
.demo-palette-83-group-collapsed .folder-foreground {
  fill: #fac1a3;
}
.demo-palette-83-group-collapsed .folder-background {
  fill: #f26419;
}
.demo-palette-84-node {
  fill: #fdca40;
  stroke: #65511a;
}
.demo-palette-84-edge {
  stroke: #65511a;
}
.demo-palette-84-edge-arrow {
  fill: #65511a;
}
.demo-palette-84-group-expanded .group-border {
  fill: #fdca40;
}
.demo-palette-84-group-collapsed .folder-foreground {
  fill: #feeab3;
}
.demo-palette-84-group-collapsed .folder-background {
  fill: #fdca40;
}
.demo-palette-91-node {
  fill: #ff6c00;
  stroke: #662b00;
}
.demo-palette-91-edge {
  stroke: #662b00;
}
.demo-palette-91-edge-arrow {
  fill: #662b00;
}
.demo-palette-91-group-expanded .group-border {
  fill: #ff6c00;
}
.demo-palette-91-group-collapsed .folder-foreground {
  fill: #ffc499;
}
.demo-palette-91-group-collapsed .folder-background {
  fill: #ff6c00;
}
.demo-palette-92-node {
  fill: #242265;
  stroke: #0e0e28;
}
.demo-palette-92-edge {
  stroke: #0e0e28;
}
.demo-palette-92-edge-arrow {
  fill: #0e0e28;
}
.demo-palette-92-group-expanded .group-border {
  fill: #242265;
}
.demo-palette-92-group-collapsed .folder-foreground {
  fill: #a7a7c1;
}
.demo-palette-92-group-collapsed .folder-background {
  fill: #242265;
}
.demo-palette-93-node {
  fill: #61a044;
  stroke: #27401b;
}
.demo-palette-93-edge {
  stroke: #27401b;
}
.demo-palette-93-edge-arrow {
  fill: #27401b;
}
.demo-palette-93-group-expanded .group-border {
  fill: #61a044;
}
.demo-palette-93-group-collapsed .folder-foreground {
  fill: #c0d9b4;
}
.demo-palette-93-group-collapsed .folder-background {
  fill: #61a044;
}
.demo-palette-94-node {
  fill: #a37ab3;
  stroke: #413148;
}
.demo-palette-94-edge {
  stroke: #413148;
}
.demo-palette-94-edge-arrow {
  fill: #413148;
}
.demo-palette-94-group-expanded .group-border {
  fill: #a37ab3;
}
.demo-palette-94-group-collapsed .folder-foreground {
  fill: #dacae1;
}
.demo-palette-94-group-collapsed .folder-background {
  fill: #a37ab3;
}
.demo-palette-95-node {
  fill: #ca0c3b;
  stroke: #510518;
}
.demo-palette-95-edge {
  stroke: #510518;
}
.demo-palette-95-edge-arrow {
  fill: #510518;
}
.demo-palette-95-group-expanded .group-border {
  fill: #ca0c3b;
}
.demo-palette-95-group-collapsed .folder-foreground {
  fill: #ea9eb1;
}
.demo-palette-95-group-collapsed .folder-background {
  fill: #ca0c3b;
}
.demo-palette-96-node {
  fill: #46a8d5;
  stroke: #1c4355;
}
.demo-palette-96-edge {
  stroke: #1c4355;
}
.demo-palette-96-edge-arrow {
  fill: #1c4355;
}
.demo-palette-96-group-expanded .group-border {
  fill: #46a8d5;
}
.demo-palette-96-group-collapsed .folder-foreground {
  fill: #b5dcee;
}
.demo-palette-96-group-collapsed .folder-background {
  fill: #46a8d5;
}
[data-command='ZOOM_ORIGINAL'],
.demo-icon-yIconZoomOriginal {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='m%206.272,27.932%20-4.212,0%200,-1.033%201.562,0%200,-4.598%20-1.288,0%200,-0.793%20c%200.353,-0.066%200.655,-0.145%200.908,-0.236%200.253,-0.091%200.489,-0.203%200.709,-0.336%20l%200.946,0%200,5.963%201.375,0%20z%20m%202.717,-0.11%20C%208.835,27.982%208.64,28.064%208.406,28.064%208.172,28.064%207.975,27.982%207.818,27.822%207.66,27.66%207.581,27.455%207.581,27.207%20c%200,-0.25%200.079,-0.455%200.237,-0.617%200.157,-0.16%200.354,-0.242%200.588,-0.242%200.234,0%200.429,0.082%200.583,0.242%200.154,0.162%200.231,0.367%200.231,0.617%2010e-4,0.248%20-0.076,0.453%20-0.231,0.615%20z%20m%200,-3.761%20c%20-0.154,0.16%20-0.349,0.242%20-0.583,0.242%20-0.234,0%20-0.431,-0.082%20-0.588,-0.242%20-0.158,-0.162%20-0.237,-0.367%20-0.237,-0.617%200,-0.248%200.079,-0.453%200.237,-0.615%200.157,-0.162%200.354,-0.242%200.588,-0.242%200.234,0%200.429,0.08%200.583,0.242%200.154,0.162%200.231,0.367%200.231,0.615%2010e-4,0.249%20-0.076,0.454%20-0.231,0.617%20z%20m%201.739,3.871%200,-1.033%201.562,0%200,-4.598%20-1.287,0%200,-0.793%20c%200.353,-0.066%200.654,-0.145%200.907,-0.236%200.253,-0.091%200.49,-0.203%200.71,-0.336%20l%200.946,0%200,5.963%201.375,0%200,1.033%20z'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='INCREASE_ZOOM'],
.demo-icon-yIconZoomIn {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M10.5,16.5c-3.313,0-6,2.687-6,6c0,1.043,0.267,2.023,0.735,2.878L0.5,30.113L2.887,32.5%20l4.735-4.735C8.477,28.232,9.457,28.5,10.5,28.5c3.313,0,6-2.687,6-6S13.813,16.5,10.5,16.5z%20M14.5,23.5h-3v3h-2v-3h-3v-2h3v-3h2%20v3h3V23.5z'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='DECREASE_ZOOM'],
.demo-icon-yIconZoomOut {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M10.5,16.5c-3.313,0-6,2.687-6,6c0,1.043,0.267,2.023,0.735,2.878L0.5,30.113L2.887,32.5%20l4.735-4.735C8.477,28.232,9.457,28.5,10.5,28.5c3.313,0,6-2.687,6-6S13.813,16.5,10.5,16.5z%20M14.5,23.5h-8v-2h8V23.5z'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='FIT_GRAPH_BOUNDS'],
.demo-icon-yIconZoomFit {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='1.5,17.5%201.5,22.5%206.5,17.5'/%3e%3cpolygon%20fill='%23666666'%20points='15.5,17.5%2010.5,17.5%2015.5,22.5%20'/%3e%3cpolygon%20fill='%23666666'%20points='15.5,31.5%2015.5,26.5%2010.5,31.5%20'/%3e%3cpolygon%20fill='%23666666'%20points='1.5,31.5%201.5,26.5%206.5,31.5%20'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='COPY'],
.demo-icon-yIconCopy {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='7,3%205,3%205,11%2011,11%2011,12%204,12%204,3%200,3%200,16%2011,16%2011,5%20'/%3e%3cpolygon%20fill='%23666666'%20points='12,3%2016,3%2012,0%20'/%3e%3cpolygon%20fill='%23666666'%20points='11,0%205,0%205,11%2016,11%2016,4%2011,4'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='CUT'],
.demo-icon-yIconCut {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cellipse%20cx='12.063'%20cy='12.19'%20rx='2'%20ry='2.551'%20transform='matrix(0.9572%20-0.2896%200.2896%200.9572%20-3.0133%204.0155)'%20stroke-width='2'%20stroke='%23666666'%20stroke-miterlimit='10'%20fill='none'/%3e%3cline%20x1='10.146'%20x2='5.306'%20y1='12.771'%20y2='1.298'%20fill='none'%20stroke-width='2'%20stroke='%23666666'%20stroke-miterlimit='10'/%3e%3cellipse%20cx='3.938'%20cy='12.191'%20rx='1.999'%20ry='2.55'%20transform='matrix(-0.957%20-0.2901%200.2901%20-0.957%204.1689%2025.0009)'%20stroke-width='2'%20stroke='%23666666'%20stroke-miterlimit='10'%20fill='none'/%3e%3cline%20x1='5.85'%20x2='10.691'%20y1='12.771'%20y2='1.298'%20fill='none'%20stroke-width='2'%20stroke='%23666666'%20stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='PASTE'],
.demo-icon-yIconPaste {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20x='1.5'%20y='17.5'%20width='12'%20height='14'%20fill='none'%3e%3c/rect%3e%3cpolygon%20fill='%23666666'%20points='12.5,24.5%2012.5,30.5%202.5,30.5%202.5,18.5%2012.5,18.5%2012.5,20.5%2013.5,20.5%2013.5,17.5%201.5,17.5%201.5,31.5%2013.5,31.5%2013.5,24.5'/%3e%3cpolygon%20fill='%23666666'%20points='11.5,19.5%203.5,19.5%203.5,17.5%205.5,17.5%205.5,16.5%209.5,16.5%209.5,17.5%2011.5,17.5%20'/%3e%3cpolygon%20fill='%23666666'%20points='16.5,23.5%2013.5,20.5%2013.5,23.5%20'/%3e%3cpolygon%20fill='%23666666'%20points='12.5,20.5%207.5,20.5%207.5,32.5%2016.5,32.5%2016.5,24.5%2012.5,24.5%20'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='DELETE'],
.demo-icon-yIconDelete {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20x='7.502'%20y='17.501'%20width='1.998'%20height='13.999'%20fill='%23666666'%20transform='matrix(-0.7076%20-0.7066%200.7066%20-0.7076%20-2.7963%2047.8429)'/%3e%3crect%20x='7.503'%20y='17.501'%20width='1.998'%20height='14'%20fill='%23666666'%20transform='matrix(-0.7076%200.7066%20-0.7066%20-0.7076%2031.8307%2035.8301)'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconTrashcan {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='1.5,19.5%201.5,20.5%2016.5,20.5%2016.5,19.5%2016.5,18.5%2012.5,18.5%2011.5,16.5%206.5,16.5%205.5,18.5%201.5,18.5%20'/%3e%3cpath%20fill='%23666666'%20d='M3.5,21.5v11h11v-11H3.5z%20M6.5,30.5h-1v-7h1V30.5z%20M9.5,30.5h-1v-7h1V30.5z%20M12.5,30.5h-1v-7h1V30.5z'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='NEW'],
.demo-icon-yIconNew {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M9,5V0H2v16h12V5H9z%20M12,12h-2v2H9v-2H7v-1h2V9h1v2h2V12z'/%3e%3cpolygon%20fill='%23666666'%20points='14,4%2010,0%2010,4%20'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='OPEN'],
.demo-icon-yIconOpen {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M5.586,3l1.707,1.707L7.586,5H8h5v9H1V5.162L1.721,3H5.586%20M6,2H1L0,5v10h14V4H8L6,2L6,2z'%20fill='%23666666'%3e%3c/path%3e%3cpolygon%20fill='%23666666'%20points='-0.015,14.947%2014,15%2016,7%203,7%20'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='SAVE'],
.demo-icon-yIconSave {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M0,0v13l3,3h13V0H0z%20M4,1h8v4H4V1z%20M13,14H5V9h8V14z'/%3e%3crect%20x='6'%20y='10'%20width='2'%20height='3'%20fill='%23666666'%3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconPrint {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='0,8%200,14%203,14%203,12%2013,12%2013,14%2016,14%2016,8%20'/%3e%3cpolygon%20fill='%23666666'%20points='13,3%2010,0%2010,3%20'/%3e%3cpolygon%20fill='%23666666'%20points='9,0%203,0%203,7%2013,7%2013,4%209,4%20'/%3e%3cpath%20fill='%23666666'%20d='M12,13v2H4v-2H12%20M13,12H3v4h10V12L13,12z'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconPlay {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='2%202%2012%2012'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='5,4%205,12%2012,8%20'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconPause {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%201H2V15H7V1Z'%20fill='%23666666'/%3e%3cpath%20d='M14%201H9V15H14V1Z'%20fill='%23666666'/%3e%3c/svg%3e");
}
.demo-icon-yIconLayout {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='2%202%2012%2012'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='5,4%205,12%2012,8%20'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconLayoutHierarchical {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20id='svg2'%20xml:space='preserve'%20enable-background='new%200%200%2016%2016'%20viewBox='0%200%2016%2016'%20height='16px'%20width='16px'%20y='0px'%20x='0px'%20version='1.1'%3e%3cmetadata%20id='metadata28'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs26'%20/%3e%3crect%20y='0'%20x='5.5'%20height='5'%20width='5'%20id='rect4156'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20y='11'%20x='0'%20height='5'%20width='5'%20id='rect4156-6'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20y='11'%20x='11'%20height='5'%20width='5'%20id='rect4156-6-0'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cg%20id='g4262'%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999833px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%206.8442381,4.9800075%20C%206.844196,7.7499924%206.844196,7.7499924%206.844196,7.7499924'%20id='path4192'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%206.9999937,7.2500007%20C%202.0000042,7.2499586%202.0000042,7.2499586%202.0000042,7.2499586'%20id='path4192-4'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%202.4999993,11.012819%20c%204.21e-5,-3.9999857%204.21e-5,-3.9999857%204.21e-5,-3.9999857'%20id='path4192-4-6'%20/%3e%3c/g%3e%3cg%20id='g4262-2'%20transform='matrix(-1,0,0,1,16.022237,-0.00229903)'%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999833px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%206.8442381,4.9800075%20C%206.844196,7.7499924%206.844196,7.7499924%206.844196,7.7499924'%20id='path4192-9'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%206.9999937,7.2500007%20C%202.0000042,7.2499586%202.0000042,7.2499586%202.0000042,7.2499586'%20id='path4192-4-5'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%202.4999993,11.012819%20c%204.21e-5,-3.9999857%204.21e-5,-3.9999857%204.21e-5,-3.9999857'%20id='path4192-4-6-4'%20/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconLayoutOrganic {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20fill='%23666666'%20x='11'%20y='11'%20height='5'%20width='5'/%3e%3crect%20fill='%23666666'%20x='5.5'%20y='5.5'%20height='5'%20width='5'/%3e%3crect%20fill='%23666666'%20x='0'%20y='11'%20height='5'%20width='5'/%3e%3crect%20fill='%23666666'%20x='11'%20y='0'%20height='5'%20width='5'/%3e%3crect%20fill='%23666666'%20x='0'%20y='0'%20height='5'%20width='5'/%3e%3cline%20stroke='%23666666'%20stroke-miterlimit='10'%20x1='8'%20x2='14'%20y1='8'%20y2='2'/%3e%3cline%20stroke='%23666666'%20stroke-miterlimit='10'%20x1='8'%20x2='2'%20y1='8'%20y2='2'/%3e%3cline%20stroke='%23666666'%20stroke-miterlimit='10'%20x1='8'%20x2='2'%20y1='8'%20y2='14'/%3e%3cline%20stroke='%23666666'%20stroke-miterlimit='10'%20x1='8'%20x2='14'%20y1='8'%20y2='14'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconLayoutTree {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20enable-background='new%200%200%2016%2016'%20viewBox='0%200%2016%2016'%20height='16px'%20width='16px'%20y='0px'%20x='0px'%20version='1.1'%3e%3crect%20y='0'%20x='5.5'%20height='5'%20width='5'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20y='11'%20x='0'%20height='5'%20width='5'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20y='11'%20x='5.5'%20height='5'%20width='5'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20y='11'%20x='11'%20height='5'%20width='5'%20style='fill:%23666666;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999833px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%208%204.5%20v%203%20h%20-5%20v%204'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999833px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%208%204.5%20v%207'%20/%3e%3cpath%20style='fill:none;fill-rule:evenodd;stroke:%23666666;stroke-width:0.99999833px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='M%208%204.5%20v%203%20h%205%20v%204'%20/%3e%3c/svg%3e");
}
.demo-icon-yIconProperties {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M8,3C5.239,3,3,5.239,3,8c0,2.762,2.239,5,5,5c2.762,0,5-2.238,5-5C13,5.239,10.762,3,8,3%20z%20M8,11c-1.657,0-3-1.344-3-3c0-1.657,1.343-3,3-3c1.656,0,3,1.343,3,3C11,9.656,9.656,11,8,11z'/%3e%3cpath%20fill='%23666666'%20d='M8,2C4.687,2,2,4.687,2,8s2.687,6,6,6s6-2.687,6-6S11.313,2,8,2z%20M8,11c-1.657,0-3-1.344-3-3%20c0-1.657,1.343-3,3-3c1.656,0,3,1.343,3,3C11,9.656,9.656,11,8,11z'/%3e%3crect%20x='6.5'%20y='12'%20width='3'%20height='4'%20fill='%23666666'%3e%3c/rect%3e%3crect%20x='12'%20y='6.51'%20width='4'%20height='3'%20fill='%23666666'%3e%3c/rect%3e%3crect%20x='6.5'%20y='0'%20width='3'%20height='3'%20fill='%23666666'%3e%3c/rect%3e%3crect%20x='0'%20y='6.504'%20width='3'%20height='4'%20fill='%23666666'%3e%3c/rect%3e%3crect%20x='2.257'%20y='10.243'%20width='3'%20height='4'%20fill='%23666666'%20transform='matrix(0.7071%200.7071%20-0.7071%200.7071%209.7574%200.929)'%3e%3c/rect%3e%3crect%20x='10.235'%20y='10.75'%20width='4'%20height='3'%20fill='%23666666'%20transform='matrix(0.707%200.7072%20-0.7072%200.707%2012.2484%20-5.0639)'%3e%3c/rect%3e%3crect%20x='11.096'%20y='1.904'%20width='3'%20height='3'%20fill='%23666666'%20transform='matrix(0.7073%200.7069%20-0.7069%200.7073%206.0937%20-7.9087)'%3e%3c/rect%3e%3crect%20x='1.755'%20y='2.26'%20width='4'%20height='3'%20fill='%23666666'%20transform='matrix(0.7071%200.7071%20-0.7071%200.7071%203.7584%20-1.5535)'%3e%3c/rect%3e%3c/g%3e%3c/svg%3e");
}
[data-command='REDO'],
.demo-icon-yIconRedo {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M7.454,20.48c2.36,0,4.407,1.295,5.501,3.207l2.934-1.693l-2.445,6.354l-6.722-1.061l2.783-1.607%20c-0.441-0.785-1.341-1.842-2.841-2.047c-2.453-0.336-4.48,1.539-4.637,4.227c-0.031,0.535-0.012,0.889,0.115,1.496%20c-0.475-0.262-1.03-1.09-1.03-2.531C1.111,23,3.951,20.48,7.454,20.48z'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='UNDO'],
.demo-icon-yIconUndo {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%20transform='translate(0,16.474576)'%3e%3cpath%20fill='%23666666'%20d='M%208.729,3.98%20C%206.305,3.98%204.2,5.342%203.131,7.341%20L%206.63,9.261%20C%207.056,8.471%207.968,7.345%209.52,7.132%2011.973,6.796%2014,8.671%2014.158,11.36%20c%200.03,0.533%200.012,0.888%20-0.115,1.496%200.476,-0.263%201.03,-1.09%201.03,-2.532%20C%2015.07,6.5%2012.23,3.98%208.729,3.98%20Z'/%3e%3cpolygon%20fill='%23666666'%20points='2.739,11.846%200.293,5.493%209.462,10.786%20'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='GROUP_SELECTION'],
.demo-icon-yIconGroup {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='0,0%203,0%203,1%201,1%201,15%203,15%203,16%200,16%20'/%3e%3cpolygon%20fill='%23666666'%20points='16,16%2013,16%2013,15%2015,15%2015,1%2013,1%2013,0%2016,0%20'/%3e%3crect%20fill='%23666666'%20x='4'%20y='2'%20height='5'%20width='5'/%3e%3crect%20fill='%23666666'%20x='7'%20y='9'%20height='5'%20width='5'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='UNGROUP_SELECTION'],
.demo-icon-yIconUngroup {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='3,16%200,16%200,15%202,15%202,1%200,1%200,0%203,0%20'/%3e%3cpolygon%20fill='%23666666'%20points='13,0%2016,0%2016,1%2014,1%2014,15%2016,15%2016,16%2013,16%20'/%3e%3crect%20fill='%23666666'%20x='4'%20y='2'%20height='5'%20width='5'/%3e%3crect%20fill='%23666666'%20x='7'%20y='9'%20height='5'%20width='5'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='ENTER_GROUP'],
.demo-icon-yIconEnterGroup {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='16,0%2016,1%204,1%204,15%2016,15%2016,16%203,16%203,0%20'/%3e%3crect%20fill='%23666666'%20height='4.979'%20width='5'%20x='11'%20y='2.021'/%3e%3crect%20fill='%23666666'%20height='5'%20width='5'%20x='9'%20y='9'/%3e%3cpolygon%20fill='%23666666'%20points='0,5%200,7%206,7%206,10%2010,5.979%206,2%206,5%20'/%3e%3c/g%3e%3c/svg%3e");
}
[data-command='EXIT_GROUP'],
.demo-icon-yIconExitGroup {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='0,0%200,1%209,1%209,15%200,15%200,16%2010,16%2010,0'/%3e%3crect%20fill='%23666666'%20height='4.979'%20width='5'%20x='0'%20y='2.021'/%3e%3crect%20fill='%23666666'%20height='5'%20width='5'%20x='3'%20y='9'/%3e%3cpolygon%20fill='%23666666'%20points='6,4%206,6%2012,6%2012,9%2016,4.979%2012,1%2012,4%20'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconSnapping {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M8.5,2H1v4h7.5C9.879,6,11,7.122,11,8.5C11,9.879,9.879,11,8.5,11H1v4h7.5c3.59,0,6.5-2.91,6.5-6.5%20S12.09,2,8.5,2z%20M5,5H2V3h3V5z%20M5,14H2v-2h3V14z'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconGrid {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20fill='%23666666'%20x='3'%20y='2'%20width='1'%20height='12'/%3e%3crect%20fill='%23666666'%20x='6'%20y='2'%20width='1'%20height='12'/%3e%3crect%20fill='%23666666'%20x='9'%20y='2'%20width='1'%20height='12'/%3e%3crect%20fill='%23666666'%20x='12'%20y='2'%20width='1'%20height='12'/%3e%3crect%20fill='%23666666'%20x='2'%20y='12'%20width='12'%20height='1'/%3e%3crect%20fill='%23666666'%20x='2'%20y='9'%20width='12'%20height='1'/%3e%3crect%20fill='%23666666'%20x='2'%20y='6'%20width='12'%20height='1'/%3e%3crect%20fill='%23666666'%20x='2'%20y='3'%20width='12'%20height='1'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconOrthogonal {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20x='11'%20y='0'%20width='5'%20height='5'%20fill='%23666666'/%3e%3cpolygon%20fill='%23666666'%20points='0,12.488%203.5,15.988%207,12.488%20'/%3e%3cpolygon%20fill='%23666666'%20points='3,2%2011,2%2011,3%204,3%204,13%203,13%20'/%3e%3crect%20x='5'%20y='4'%20width='2'%20height='2'%20fill='%23666666'/%3e%3cpath%20fill='%23666666'%20d='M9.511,3C9.269,5.929,6.929,8.269,4,8.51v0.928C7.441,9.192,10.192,6.441,10.438,3H9.511z'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconNext {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='14.395,8%209.815,12.586%207.015,12.586%2010.531,9%202.015,9%202.015,7%2010.531,7%207.015,3.414%209.815,3.415'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconPrevious {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='1.622,8%206.201,12.586%209,12.586%205.485,9%2014,9%2014,7%205.485,7%209,3.414%206.201,3.415'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconShowParent {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='8,1.622%2012.586,6.201%2012.586,9%209,5.485%209,14%207,14%207,5.485%203.414,9%203.414,6.201'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconHideParent {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20fill='%23666666'%20points='8,14.379%2012.586,9.8%2012.586,7%209,10.516%209,2%207,2%207,10.516%203.414,7%203.414,9.8'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconShowChildren {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20x='7.5'%20y='18.5'%20width='2'%20height='12'%20fill='%23666666'/%3e%3crect%20x='2.5'%20y='23.5'%20width='12'%20height='2'%20fill='%23666666'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconHideChildren {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20x='2.5'%20y='23.5'%20width='12'%20height='2'%20fill='%23666666'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconShowAll {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0.5%2016.5%2016%2016'%20enable-background='new%200.5%2016.5%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cline%20x1='2.5'%20x2='14.5'%20y1='24.5'%20y2='24.5'%20stroke='%23666666'%20stroke-width='2'%20stroke-miterlimit='10'%3e%3c/line%3e%3cline%20x1='8.5'%20x2='8.5'%20y1='18.5'%20y2='30.5'%20stroke='%23666666'%20stroke-width='2'%20stroke-miterlimit='10'%3e%3c/line%3e%3cline%20x1='4.257'%20x2='12.742'%20y1='20.258'%20y2='28.742'%20stroke='%23666666'%20stroke-width='2'%20stroke-miterlimit='10'%3e%3c/line%3e%3cline%20x1='12.742'%20x2='4.257'%20y1='20.258'%20y2='28.742'%20stroke='%23666666'%20stroke-width='2'%20stroke-miterlimit='10'%3e%3c/line%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconReload {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20d='M15.043,0.703l-0.01,5.735L9.418,6.458L15.043,0.703z'/%3e%3cpath%20fill='%23666666'%20d='M12.663,10.006c-0.78,1.805-2.576,3.072-4.663,3.072C5.2,13.078,2.921,10.8,2.921,8S5.2,2.922,8,2.922%20c2.09,0,3.887,1.27,4.666,3.078h2.21C14.01,3.018,11.261,0.836,8,0.836C4.043,0.836,0.835,4.044,0.835,8S4.043,15.164,8,15.164%20c2.943,0,5.455-1.785,6.557-4.324L12.663,10.006z'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconNodeLabel {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20fill='%23666666'%20height='9'%20width='15'%20x='0.5'%20y='3.5'%20stroke='%23666666'%20stroke-miterlimit='10'/%3e%3crect%20fill='%23666666'%20height='2'%20width='11'%20x='2.5'%20y='1.5'%20stroke='%23666666'%20stroke-miterlimit='10'/%3e%3crect%20fill='%23666666'%20height='2'%20width='11'%20x='2.5'%20y='12.5'%20stroke='%23666666'%20stroke-miterlimit='10'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='2'%20x2='5'%20y1='7.5'%20y2='7.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='4.5'%20x2='4.5'%20y1='7'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='4'%20x2='2'%20y1='10.5'%20y2='10.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='2'%20x2='4'%20y1='9.5'%20y2='9.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='6.5'%20x2='6.5'%20y1='5'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='7'%20x2='9'%20y1='7.5'%20y2='7.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='8.5'%20x2='8.5'%20y1='8'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='8'%20x2='7'%20y1='10.5'%20y2='10.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='13'%20x2='10'%20y1='7.5'%20y2='7.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='10.5'%20x2='10.5'%20y1='8'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='10'%20x2='13'%20y1='10.5'%20y2='10.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='3'%20x2='13'%20y1='2.5'%20y2='2.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='3'%20x2='13'%20y1='13.5'%20y2='13.5'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconEdgeLabel {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3crect%20fill='%23666666'%20height='9'%20width='15'%20x='0.5'%20y='3.5'%20stroke='%23666666'%20stroke-miterlimit='10'/%3e%3cline%20fill='none'%20stroke='%23666666'%20stroke-miterlimit='10'%20x1='7.5'%20x2='7.5'%20y1='3'%20y2='0'/%3e%3cline%20fill='none'%20stroke='%23666666'%20stroke-miterlimit='10'%20x1='7.5'%20x2='7.5'%20y1='13'%20y2='16'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='2'%20x2='5'%20y1='7.5'%20y2='7.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='4.5'%20x2='4.5'%20y1='7'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='4'%20x2='2'%20y1='10.5'%20y2='10.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='2'%20x2='4'%20y1='9.5'%20y2='9.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='6.5'%20x2='6.5'%20y1='5'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='7'%20x2='9'%20y1='7.5'%20y2='7.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='8.5'%20x2='8.5'%20y1='8'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='8'%20x2='7'%20y1='10.5'%20y2='10.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='13'%20x2='10'%20y1='7.5'%20y2='7.5'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='10.5'%20x2='10.5'%20y1='8'%20y2='11'/%3e%3cline%20fill='none'%20stroke='%23FFFFFF'%20stroke-miterlimit='10'%20x1='10'%20x2='13'%20y1='10.5'%20y2='10.5'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconEdgeThickness {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%3e%3cg%20fill='%23666'%3e%3cpath%20d='M4.285-.034h1.102v12.112H4.285z'/%3e%3cpath%20d='M4.836%2016l-1.955-4.746h3.91z'/%3e%3cg%3e%3cpath%20d='M8.957-.052H12.2v11.538H8.957z'/%3e%3cpath%20d='M10.577%2016l-2.542-4.746h5.084z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconEdgeDirection {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%3e%3cg%20fill='%23666'%3e%3cpath%20d='M5.14-.034h1.102v12.112H5.14z'/%3e%3cpath%20d='M5.69%2016l-1.954-4.746h3.91zM11.162%200h1.102v16h-1.102z'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconZOrderUp {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20stroke='%23666666'%20d='M2,9.5h5l4,-3h-5z'/%3e%3cpath%20fill='%23666666'%20d='M11,3.5h5l-2.5,-2.5z'/%3e%3cpath%20fill='none'%20stroke='%23666666'%20d='M2,4.5h5l4,-3h-5z%20M2,14.5h5l4,-3h-5z%20M13.5,3V15'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconZOrderDown {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20stroke='%23666666'%20d='M2,9.5h5l4,-3h-5z'/%3e%3cpath%20fill='%23666666'%20d='M11,12.5h5l-2.5,2.5z'/%3e%3cpath%20fill='none'%20stroke='%23666666'%20d='M2,4.5h5l4,-3h-5z%20M2,14.5h5l4,-3h-5z%20M13.5,13V1'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconZOrderTop {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20stroke='%23666666'%20d='M2,4.5l5,0l4,-3l-5,0z'/%3e%3cpath%20fill='%23666666'%20d='M11,3.5l5,0l-2.5,-2.5z'/%3e%3cpath%20fill='none'%20stroke='%23666666'%20d='M2,14.5l5,0l4,-3l-5,0z%20M2,9.5l5,0l4,-3l-5,0z%20M13.5,3L13.5,11%20m0,1l0,1%20m0,1v1'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconZOrderBottom {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cg%3e%3cpath%20fill='%23666666'%20stroke='%23666666'%20d='M2,14.5%20l5,0%20l4,-3%20l-5,0%20z'/%3e%3cpath%20fill='%23666666'%20d='M11,12.5%20l5,0l-2.5,2.5%20z'/%3e%3cpath%20fill='none'%20stroke='%23666666'%20d='M2,4.5h5l4,-3h-5z%20M2,9.5h5l4,-3h-5z%20M13.5,13V5%20m0,-1v-1%20m0,-1v-1'/%3e%3c/g%3e%3c/svg%3e");
}
.demo-icon-yIconAlignBottom {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='2'%20y='13'%20width='12'%20height='2'/%3e%3cpolygon%20fill='%23666666'%20points='8,12%2012,7%209,7%209,1%207,1%207,7,%204,7'/%3e%3c/svg%3e");
}
.demo-icon-yIconAlignHorizontal {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='7'%20y='2'%20width='2'%20height='12'/%3e%3cpolygon%20fill='%23666666'%20points='10,10%2015,6%2015,9%2016,9%2016,11%2015,11%2015,14'/%3e%3cpolygon%20fill='%23666666'%20points='6,6%201,10%201,7%200,7%200,5%201,5,%201,2'/%3e%3c/svg%3e");
}
.demo-icon-yIconAlignLeft {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='1'%20y='2'%20width='2'%20height='12'/%3e%3cpolygon%20fill='%23666666'%20points='4,8%209,4%209,7%2015,7%2015,9%209,9%209,12'/%3e%3c/svg%3e");
}
.demo-icon-yIconAlignRight {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='13'%20y='2'%20width='2'%20height='12'/%3e%3cpolygon%20fill='%23666666'%20points='12,8%207,12%207,9%201,9%201,7%207,7,%207,4'/%3e%3c/svg%3e");
}
.demo-icon-yIconAlignTop {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='2'%20y='1'%20width='12'%20height='2'/%3e%3cpolygon%20fill='%23666666'%20points='8,4%2012,9%209,9%209,15%207,15%207,9%204,9'/%3e%3c/svg%3e");
}
.demo-icon-yIconAlignVertical {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='2'%20y='7'%20width='12'%20height='2'/%3e%3cpolygon%20fill='%23666666'%20points='6,10%2010,15%207,15%207,16%205,16%205,15%202,15'/%3e%3cpolygon%20fill='%23666666'%20points='10,6%2014,1%2011,1%2011,0%209,0%209,1,%206,1'/%3e%3c/svg%3e");
}
.demo-icon-yIconDistributeHorizontally {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='7'%20y='2'%20width='2'%20height='12'/%3e%3cpolygon%20fill='%23666666'%20points='0,10%205,6%205,9%206,9%206,11%205,11%205,14'/%3e%3cpolygon%20fill='%23666666'%20points='16,6%2011,10%2011,7%2010,7%2010,5%2011,5,%2011,2'/%3e%3c/svg%3e");
}
.demo-icon-yIconDistributeVertically {
  background-image: url("data:image/svg+xml,%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16px'%20height='16px'%3e%3crect%20fill='%23666666'%20x='2'%20y='7'%20width='12'%20height='2'/%3e%3cpolygon%20fill='%23666666'%20points='6,0%2010,5%207,5%207,6%205,6%205,5%202,5'/%3e%3cpolygon%20fill='%23666666'%20points='10,16%2014,11%2011,11%2011,10%209,10%209,11,%206,11'/%3e%3c/svg%3e");
}
body {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #343f4a;
}
h1 {
  font-size: 170%;
  line-height: 150%;
  margin: 1.2rem 0;
}
h2 {
  font-size: 140%;
  line-height: 130%;
}
h2,
h3,
h4 {
  margin: 1.5rem 0 1rem;
}
.text-medium {
  font-size: 130%;
  line-height: 140%;
}
ul {
  padding-left: 1.3em;
}
p,
dl,
ul,
ul.paragraph-style li {
  margin: 1rem 0;
}
li {
  margin: 0.5rem 0;
}
.tutorial-about {
  font-size: 130%;
  line-height: 140%;
}
p a,
dl a,
ul a,
.note a,
p a:visited,
dl a:visited,
ul a:visited,
.note a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 0.5px solid;
}
p a:hover,
dl a:hover,
ul a:hover,
.note a:hover {
  border-bottom: 2px solid;
}
dt {
  font-weight: bold;
  color: #333;
  margin-top: 4px;
}
dd {
  margin-left: 10px;
}
fieldset {
  border: 0 none;
  background: unset;
  padding: 0 0 1.5ex;
  margin: 0;
}
fieldset legend {
  font-weight: bold;
  padding: 0 0 0.5ex;
}
:root {
  --description-width: 320px;
  --description-drag-height: 50%;
  --description-min-width: 0px;
  --description-max-width: 75vw;
  --description-padding: 16px;
  --sidebar-width: 320px;
  --toolbar-color: #ebeef0;
  --toolbar-border-color: #a4a4a4;
  --description-color: #e0edf0;
  --description-color-2: #bdd8e0;
  --description-text-color: #343f4a;
  --description-button-color: #bdd8e0;
  --description-button-text-color: #343f4a;
  --description-scrollbar-color: #b0bcc2;
  --description-code-color: #cedbdf;
}
.demo-tutorial {
  --tutorial-accent-color: #37815d;
}
.demo-tutorial.theme-light {
  --description-color: #ebeef0;
  --description-color-2: white;
  --description-text-color: #38434f;
  --description-note-background: #e2f2f8;
  --description-button-color: #35404b;
  --description-button-text-color: #ebeef0;
  --description-scrollbar-color: #c2c2c2;
  --description-kbd-background: #fafafa;
  --description-kbd-border-color: #c1c1c1;
  --description-code-color: #cedbdf;
}
.demo-tutorial.theme-dark {
  --description-color: #2b2b2b;
  --description-color-2: #454545;
  --description-text-color: #cecece;
  --description-note-background: #2f373a;
  --description-button-color: #76818c;
  --description-button-text-color: #ebeef0;
  --description-scrollbar-color: #676767;
  --description-kbd-background: #676767;
  --description-kbd-border-color: #444;
  --description-code-color: #666;
}
.hidden {
  display: none !important;
}
.no-webgl-support {
  display: none;
  border-left: 4px solid red;
  padding: 2px 5px;
  background-color: #ffebee;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.hide-before-loaded {
  visibility: hidden;
}
body.loaded .hide-before-loaded {
  visibility: visible;
}
.elevation-1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
/* Floating Buttons */
.elevation-2 {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.elevation-3 {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
/* header */
.elevation-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
/* Menu, Floating Buttons:hover */
.elevation-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.elevation-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
/* Nav Drawer */
.elevation-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
/* Dialog */
.elevation-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.layer-0 {
  z-index: 0;
}
.layer-1 {
  z-index: 4;
}
.layer-2 {
  z-index: 8;
}
.layer-3 {
  z-index: 12;
}
.layer-4 {
  z-index: 16;
}
.layer-dialog {
  z-index: 1000;
}
.navigate-select {
  display: flex !important;
  align-items: center;
}
.navigate-select > select {
  flex: 1;
  min-width: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  /* make the body expand to fill the visible window */
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  touch-action: none;
  overflow: hidden;
}
body {
  /* don't disable scrollbars on the html element as well
     - otherwise, event coordinates will be wrong if scrolling
     is re-enabled later */
  display: grid;
  grid-template-columns: clamp(var(--description-min-width), var(--description-width), var(--description-max-width)) 1fr;
  grid-template-rows: 60px auto 1fr;
  grid-template-areas: 'sidebar header' 'sidebar toolbar' 'sidebar content';
  transition: grid-template 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
body.demo-left-hidden {
  grid-template-columns: 0 1fr;
}
@media screen and (max-height: 500px) {
  body {
    grid-template-rows: 30px auto 1fr;
  }
}
@media screen and (max-width: 640px ) {
  body {
    grid-template-columns: 100% 100%;
  }
}
.yfiles-group-node-icon {
  cursor: pointer;
}
.yfiles-group-node-icon:hover .yfiles-icon-background,
.yfiles-group-node-icon:hover .yfiles-icon-foreground {
  transform-origin: 0 0;
  transform: scale(1.2);
}
.yfiles-group-node-icon .yfiles-icon-background,
.yfiles-group-node-icon .yfiles-icon-foreground {
  transition: transform 0.3s;
}
.yfiles-group-node-icon .yfiles-icon-foreground > * {
  transition: transform 0.3s;
}
.yfiles-canvascomponent {
  --yfiles-theme-primary: #38434f;
  --yfiles-theme-background: #fff;
  --yfiles-theme-scale: 1.4;
}
.demo-page__main {
  position: relative;
  grid-area: content;
  display: flex;
  border-left: 1px solid #d5d7d8;
  border-right: 1px solid #d5d7d8;
  overflow: hidden;
  z-index: 0;
}
body:not(.loaded) .demo-page__main:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy42NCAyNS4wMiIgaWQ9InN2ZzUxMDUiPg0KICA8ZyBpZD0ibGF5ZXIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTMuODEgLTExMS4xMykiPg0KICAgIDxnIGlkPSJnNTczNiIgdHJhbnNmb3JtPSJtYXRyaXgoLjI2NDU4IDAgMCAuMjY0NTggOTAuNjMgMTA4LjY1KSI+DQogICAgICA8cGF0aCBpZD0icGF0aDU2NTIiIGQ9Ik0xMi4zOSA0Ny4yOWwuMSAxOS4zYTI3Ljc0IDI3Ljc0IDAgMCAwIDEzLjkgMjMuOGwxNi44IDkuNmEyNy4zMiAyNy4zMiAwIDAgMCAyNy41LS4yTDg3LjM5IDkwQTI3LjQ0IDI3LjQ0IDAgMCAwIDEwMSA2Ni4wOWwtLjEtMTkuNEEyNy44NiAyNy44NiAwIDAgMCA4NyAyMi44OWwtMTYuNy05LjVhMjcuMzIgMjcuMzIgMCAwIDAtMjcuNS4ybC0xNi43IDkuOGEyNy41IDI3LjUgMCAwIDAtMTMuNyAyMy45IiBmaWxsPSIjMjQyMjY1Ii8+DQogICAgICA8ZyBpZD0iZzU2NzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1IDkpIj4NCiAgICAgICAgPGcgaWQ9Imc1Njc0IiB0cmFuc2Zvcm09InJvdGF0ZSg1NCkiPg0KICAgICAgICAgIDxwYXRoIGlkPSJwYXRoNTY1NCIgZD0iTTY2Ljg5LTIwLjA0bC4xIDQuOGMuMiAyLjQuOCA0LjUgMi4zIDYuNSAxLjMgMS44IDMgMyA1IDRsMi41IDEuNWMyIDEuNSAxLjMgMy4yLTIuMyAxLjJsLTMtMS42YTExLjYgMTEuNiAwIDAgMC0xMC40LS4zbC0zLjkgMi4xYy00IDEtMi41LTEgMS0zLjEgMy0xLjUgNS4xLTQuMSA2LTcuMy40LTEuNS42LTMgLjUtNC42di0zLjdjLS41LTQgMi44LTQgMi4yLjV6IiBmaWxsPSIjMDBkOGZmIi8+DQogICAgICAgICAgPGcgaWQ9Imc1NjYwIj4NCiAgICAgICAgICAgIDxnIGlkPSJnNTY1OCIgY2xhc3M9IndvYmJsZSIgc3R5bGU9InRyYW5zZm9ybS1vcmlnaW46NjdweCAwcHg7YW5pbWF0aW9uLWRlbGF5Oi4xMjVzIj4NCiAgICAgICAgICAgICAgPHBhdGggaWQ9InBhdGg1NjU2IiBkPSJNNjUuNjEtMzguMzRjLTEuMyAwLTIuNS42LTMuNSAxLjVhNiA2IDAgMCAwLTEuNiA2LjNjLjQgMS4yIDEgMi4zIDEuOCAzLjRsMS4yIDIuMmMuOCAxLjYgMS4yIDMuMyAxLjQgNXYzLjFjMCAxLS4zIDQuOSAxIDQuOSAxLjQgMCAxLjMtMy44IDEuMi00Ljl2LTIuNmMwLTEuNi40LTMuMiAxLTQuNy41LTEuMiAxLjItMi4zIDEuOC0zLjQuNy0xLjIgMS40LTIuNSAxLjYtMy45YTYgNiAwIDAgMC0xLjctNS40IDUuNiA1LjYgMCAwIDAtNC4yLTEuNSIgZmlsbD0iIzAwZDhmZiIvPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICAgIDwvZz4NCiAgICAgICAgICA8ZyBpZD0iZzU2NjYiIHRyYW5zZm9ybT0icm90YXRlKDEyMCA0NS45IDQ4LjcpIj4NCiAgICAgICAgICAgIDxnIGlkPSJnNTY2NCIgY2xhc3M9IndvYmJsZSIgc3R5bGU9InRyYW5zZm9ybS1vcmlnaW46LTE0LjVweCA0OHB4O2FuaW1hdGlvbi1kZWxheTouNDVzIj4NCiAgICAgICAgICAgICAgPHBhdGggaWQ9InBhdGg1NjYyIiBkPSJNLTEzLjk4IDMwLjMyYy0xLjMgMC0yLjUuNi0zLjUgMS41YTYgNiAwIDAgMC0xLjYgNi4zYy40IDEuMiAxIDIuMyAxLjggMy40bDEuMiAyLjJjLjggMS42IDEuMiAzLjMgMS40IDV2My4xYzAgMS0uMyA0LjkgMSA0LjkgMS40IDAgMS4zLTMuOCAxLjItNC45di0yLjZjMC0xLjYuNC0zLjIgMS00LjcuNS0xLjIgMS4yLTIuMyAxLjgtMy40LjctMS4yIDEuNC0yLjUgMS42LTMuOWE2IDYgMCAwIDAtMS43LTUuNCA1LjYgNS42IDAgMCAwLTQuMi0xLjUiIGZpbGw9IiMwMGQ4ZmYiLz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICA8L2c+DQogICAgICAgICAgPGcgaWQ9Imc1NjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTIwIDQ1LjkgNDguNykiPg0KICAgICAgICAgICAgPGcgaWQ9Imc1NjcwIiBjbGFzcz0id29iYmxlIiBzdHlsZT0idHJhbnNmb3JtLW9yaWdpbjo4NnB4IDg5cHg7YW5pbWF0aW9uLWRlbGF5Oi43OXMiPg0KICAgICAgICAgICAgICA8cGF0aCBpZD0icGF0aDU2NjgiIGQ9Ik04NC44NSA2NC43NWMtMS4zIDAtMi41LjYtMy41IDEuNWE2IDYgMCAwIDAtMS42IDYuM2MuNCAxLjIgMSAyLjMgMS44IDMuNGwxLjIgMi4yYy44IDEuNiAxLjIgMy4zIDEuNCA1djMuMWMwIDEtLjMgNC45IDEgNC45IDEuNCAwIDEuMy0zLjggMS4yLTQuOXYtMi42YzAtMS42LjQtMy4yIDEtNC43LjUtMS4yIDEuMi0yLjMgMS44LTMuNC43LTEuMiAxLjQtMi41IDEuNi0zLjlhNiA2IDAgMCAwLTEuNy01LjQgNS42IDUuNiAwIDAgMC00LjItMS41IiBmaWxsPSIjMDBkOGZmIi8+DQogICAgICAgICAgICA8L2c+DQogICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgICA8L2c+DQogICAgICA8ZyBpZD0iZzU3MDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgNikiPg0KICAgICAgICA8ZyBpZD0iZzU2OTgiIHRyYW5zZm9ybT0icm90YXRlKDEwKSI+DQogICAgICAgICAgPHBhdGggaWQ9InBhdGg1Njc4IiBkPSJNNTQuMjMgMjguMzVsLjEgNC44Yy4yIDIuNC44IDQuNSAyLjMgNi41IDEuMyAxLjggMyAzIDUgNGwyLjUgMS41YzIgMS41IDEuMyAzLjItMi4zIDEuMmwtMy0xLjZhMTEuNiAxMS42IDAgMCAwLTEwLjQtLjNsLTMuOSAyLjFjLTQgMS0yLjUtMSAxLTMuMSAzLTEuNSA1LjEtNC4xIDYtNy4zLjQtMS41LjYtMyAuNS00LjZ2LTMuN2MtLjUtNCAyLjgtNCAyLjIuNXoiIGZpbGw9IiMwMGQ4ZmYiLz4NCiAgICAgICAgICA8ZyBpZD0iZzU2ODQiPg0KICAgICAgICAgICAgPGcgaWQ9Imc1NjgyIiBjbGFzcz0id29iYmxlIiBzdHlsZT0idHJhbnNmb3JtLW9yaWdpbjogNTNweCAzM3B4OyI+DQogICAgICAgICAgICAgIDxwYXRoIGlkPSJwYXRoNTY4MCIgZD0iTTUyLjcxIDEwLjA5Yy0xLjMgMC0yLjUuNi0zLjUgMS41YTYgNiAwIDAgMC0xLjYgNi4zYy40IDEuMiAxIDIuMyAxLjggMy40bDEuMiAyLjJjLjggMS42IDEuMiAzLjMgMS40IDV2My4xYzAgMS0uMyA0LjkgMSA0LjkgMS40IDAgMS4zLTMuOCAxLjItNC45di0yLjZjMC0xLjYuNC0zLjIgMS00LjcuNS0xLjIgMS4yLTIuMyAxLjgtMy40LjctMS4yIDEuNC0yLjUgMS42LTMuOWE2IDYgMCAwIDAtMS43LTUuNCA1LjYgNS42IDAgMCAwLTQuMi0xLjUiIGZpbGw9IiMwMGQ4ZmYiLz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICA8L2c+DQogICAgICAgICAgPGcgaWQ9Imc1NjkwIiB0cmFuc2Zvcm09InJvdGF0ZSgxMjAgNDUuOSA0OC43KSI+DQogICAgICAgICAgICA8ZyBpZD0iZzU2ODgiIGNsYXNzPSJ3b2JibGUiIHN0eWxlPSJ0cmFuc2Zvcm0tb3JpZ2luOjM3cHggNTBweDthbmltYXRpb24tZGVsYXk6LjMzMzNzIj4NCiAgICAgICAgICAgICAgPHBhdGggaWQ9InBhdGg1Njg2IiBkPSJNMzQuMzQgMTYuMzljLTEuMyAwLTIuNS42LTMuNSAxLjVhNiA2IDAgMCAwLTEuNiA2LjNjLjQgMS4yIDEgMi4zIDEuOCAzLjRsMS4yIDIuMmMuOCAxLjYgMS4yIDMuMyAxLjQgNXYzLjFjMCAxLS4zIDQuOSAxIDQuOSAxLjQgMCAxLjMtMy44IDEuMi00Ljl2LTIuNmMwLTEuNi40LTMuMiAxLTQuNy41LTEuMiAxLjItMi4zIDEuOC0zLjQuNy0xLjIgMS40LTIuNSAxLjYtMy45YTYgNiAwIDAgMC0xLjctNS40IDUuNiA1LjYgMCAwIDAtNC4yLTEuNSIgZmlsbD0iIzAwZDhmZiIvPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICAgIDwvZz4NCiAgICAgICAgICA8ZyBpZD0iZzU2OTYiIHRyYW5zZm9ybT0icm90YXRlKC0xMjAgNDUuOSA0OC43KSI+DQogICAgICAgICAgICA8ZyBpZD0iZzU2OTQiIGNsYXNzPSJ3b2JibGUiIHN0eWxlPSJ0cmFuc2Zvcm0tb3JpZ2luOjQ5cHggNTNweDthbmltYXRpb24tZGVsYXk6LjY2NnMiPg0KICAgICAgICAgICAgICA8cGF0aCBpZD0icGF0aDU2OTIiIGQ9Ik00OS4wMSAyOC45MmMtMS4zIDAtMi41LjYtMy41IDEuNWE2IDYgMCAwIDAtMS42IDYuM2MuNCAxLjIgMSAyLjMgMS44IDMuNGwxLjIgMi4yYy44IDEuNiAxLjIgMy4zIDEuNCA1djMuMWMwIDEtLjMgNC45IDEgNC45IDEuNCAwIDEuMy0zLjggMS4yLTQuOXYtMi42YzAtMS42LjQtMy4yIDEtNC43LjUtMS4yIDEuMi0yLjMgMS44LTMuNC43LTEuMiAxLjQtMi41IDEuNi0zLjlhNiA2IDAgMCAwLTEuNy01LjQgNS42IDUuNiAwIDAgMC00LjItMS41IiBmaWxsPSIjMDBkOGZmIi8+DQogICAgICAgICAgICA8L2c+DQogICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQogIDxzdHlsZSBpZD0ic3R5bGU1NjUwIj4NCiAgICBAa2V5ZnJhbWVzIHdvYmJsZSB7DQogICAgMCUsDQogICAgMzMlLA0KICAgIHRvIHsNCiAgICB0cmFuc2Zvcm06IHNjYWxlKDEpOw0KICAgIH0NCiAgICA1MCUgew0KICAgIHRyYW5zZm9ybTogc2NhbGUoMC45NSk7DQogICAgfQ0KICAgIDY2JSB7DQogICAgdHJhbnNmb3JtOiBzY2FsZSgxLjE1KTsNCiAgICB9DQogICAgfQ0KICAgIC53b2JibGUgew0KICAgIGFuaW1hdGlvbjogd29iYmxlIDFzIGVhc2UtaW4tb3V0IGluZmluaXRlOw0KICAgIHRyYW5zZm9ybS1vcmlnaW46IDUyLjNweCAzNC40NXB4Ow0KICAgIH0NCiAgPC9zdHlsZT4NCjwvc3ZnPg==) no-repeat center;
  background-size: 200px;
}
@media screen and (max-width: 640px ) {
  .demo-page__main {
    min-width: 100vw;
  }
}
.demo-main__graph-component {
  flex: 1;
  width: 100%;
  height: 100%;
}
.flat-button {
  padding: 14px 20px;
  color: #f7f7f7;
  background-color: #4caf50;
  border: none;
  cursor: pointer;
  border-radius: 22.5px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.flat-button.secondary {
  border: thin solid #4caf50;
  background-color: transparent;
  color: #4caf50;
}
.flat-button:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.flat-button:not(:disabled):hover {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.15) inset;
}
.demo-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 200px;
  height: 230px;
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 4;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media screen and (max-width: 640px ) {
  .demo-overlay {
    visibility: hidden;
  }
}
@media screen and (max-height: 500px) {
  .demo-overlay {
    visibility: hidden;
  }
}
.demo-overlay.demo-overlay--collapsed {
  height: 30px;
}
.demo-overlay__header {
  background-color: #29323c;
  color: white;
  font-size: 1.5em;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-overlay--collapsible .demo-overlay__header:hover {
  background-color: #38434f;
  cursor: pointer;
}
.demo-overlay--collapsible .demo-overlay__header:after {
  content: '';
  background: url("data:image/svg+xml,%3csvg%20id='header-angle'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='100px'%20height='100px'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='none'%20stroke='%2300d8ff'%20stroke-width='10'%20d='M%2020%2020%20L%2050%2050%20L%2020%2080'%3e%3c/path%3e%3c/svg%3e") no-repeat 80%;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-overlay--collapsed .demo-overlay__header:after {
  transform: rotate(0deg);
}
.demo-overlay .yfiles-canvascomponent {
  height: 200px;
  width: 100%;
}
/* Error dialog */
.demo-dialog-anchor {
  position: absolute;
  right: 50%;
  top: 25px;
}
.demo-dialog-anchor--error::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 100;
}
.demo-dialog {
  z-index: 2000;
  position: relative;
  right: -50%;
  width: 25em;
  background: #ebeef0;
  border: 1px solid #a0a0a0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.demo-dialog * {
  box-sizing: border-box;
}
.demo-dialog__title {
  padding-left: 10px;
  padding-right: 10px;
}
.demo-dialog__content {
  padding: 2px 10px 10px 10px;
}
.demo-dialog__form > * {
  width: 100%;
}
.demo-dialog__form > input[type='text'],
.demo-dialog__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 4px 4px 0 0;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 6px 4px;
  transition: border-color 0.2s;
}
.demo-dialog__form label {
  display: block;
  margin: 0.75rem 0 0.25rem 0;
}
.demo-dialog button,
.demo-dialog input[type='button'] {
  width: 7.5em;
  padding: 3px;
  border: 1px solid #888;
  background-color: #ddd;
  border-radius: 100px;
  cursor: pointer;
  margin: 6px 4px;
}
.demo-dialog--error {
  overflow: auto;
  width: auto;
  max-width: 95vw;
  max-height: 90vh;
  visibility: visible;
  border-radius: 6px 6px 8px 8px;
  border-top: 8px solid #f44336;
}
.demo-dialog--error pre {
  overflow: auto;
  background: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
}
.demo-dialog--error label .optional {
  font-size: 0.85em;
}
.demo-dialog--error label .optional:before {
  margin-left: 0.5em;
  content: '(';
}
.demo-dialog--error label .optional:after {
  content: ')';
}
.demo-collapse-button {
  cursor: pointer;
}
.demo-collapse-button rect {
  stroke: #fff;
  stroke-width: 0px;
  transition: stroke-width 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-collapse-button:hover rect:first-child {
  stroke-width: 1.5px;
}
.vsdx-export-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  font: 20px Tahoma, sans-serif;
  padding: 1em;
  box-sizing: border-box;
}
.vsdx-export-banner .registered-icon {
  vertical-align: super;
  font-size: 0.7em;
}
.vsdx-export-banner img {
  border-style: none;
}
.vsdx-export-banner p {
  color: #29323c;
  font-size: 17px;
  text-align: center;
}
.vsdx-export-banner p:first-of-type {
  margin-top: 0;
}
.vsdx-export-banner p:last-of-type {
  margin-bottom: 5px;
  margin-left: 10px;
}
@media screen and (max-height: 500px) {
  .vsdx-export-banner {
    display: none;
  }
}
#loading-indicator {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding-top: 80px;
  text-align: center;
  font-size: large;
}
#no-webgl-support {
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 100px;
  padding: 2em;
  left: 0;
  right: 0;
  line-height: 2;
}
#graphComponent,
.graph-component {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
rect.yfiles-node-highlight-template {
  stroke: darkgray;
}
.demo-context-menu {
  background: #fff;
  border: 1px solid #d5d7d8;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100px;
  user-select: none;
  opacity: 0;
  /* the context menu is faded in */
  transition: opacity 0.2s ease-in;
}
.demo-context-menu--visible {
  opacity: 1;
}
.demo-context-menu--clone {
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.demo-context-menu__item {
  position: relative;
  display: block;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #d5d7d8;
  background-color: white;
  cursor: pointer;
  width: 100%;
}
.demo-context-menu__item:hover {
  background-color: #dedede !important;
}
.demo-context-menu__item:focus {
  outline: none;
  background-color: #ececec;
}
.demo-context-menu__separator {
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.demo-context-menu:last-child {
  border-bottom: none;
}
.overflow-container::-webkit-scrollbar,
.demo-sidebar__content::-webkit-scrollbar,
.tutorial-dropdown::-webkit-scrollbar {
  width: 6px;
  margin-right: 4px;
  padding: 10px 0;
}
.overflow-container::-webkit-scrollbar-track,
.demo-sidebar__content::-webkit-scrollbar-track,
.tutorial-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
  margin: 5px 0;
}
.overflow-container::-webkit-scrollbar-thumb,
.demo-sidebar__content::-webkit-scrollbar-thumb,
.tutorial-dropdown::-webkit-scrollbar-thumb {
  background-color: #666666;
  opacity: 1;
  border-radius: 4px;
}
.overflow-container::-webkit-scrollbar-thumb:hover,
.demo-sidebar__content::-webkit-scrollbar-thumb:hover,
.tutorial-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #444;
}
.demo-header {
  grid-area: header;
  background: linear-gradient(to right, #29323c 0%, #38434f 100%);
  position: relative;
  display: flex;
  height: 100%;
  font-size: 1.1rem;
  line-height: 0.9;
  color: white;
  z-index: 12;
  transition: padding-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  container-type: size;
  container-name: header;
}
.demo-header__y-logo {
  flex: 0 0 60px;
  height: 100%;
  padding: 5px;
  border-color: transparent;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 113.39 113.39' %3E%3Cpath d='M12.39 47.29l.1 19.3a27.74 27.74 0 0 0 13.9 23.8l16.8 9.6a27.32 27.32 0 0 0 27.5-.2L87.39 90A27.44 27.44 0 0 0 101 66.09l-.1-19.4A27.86 27.86 0 0 0 87 22.89l-16.7-9.5a27.32 27.32 0 0 0-27.5.2l-16.7 9.8a27.5 27.5 0 0 0-13.7 23.9' fill='%23fff'/%3E%3Cpath d='M66.39 75.79a13.53 13.53 0 0 1 2 3.1 5.64 5.64 0 0 1-.9 6.2 5.54 5.54 0 0 1-7.4.7 6 6 0 0 1-2.2-5 10.86 10.86 0 0 1 1.1-3.9 25.54 25.54 0 0 0 1.4-3.5 14.12 14.12 0 0 0 .4-4.6c-.1-1.6-.3-3.1-.5-4.7a11.49 11.49 0 0 0-2.8-6 14.65 14.65 0 0 0-5.2-3.4c-.9-.4-1.7-.8-2.6-1.1a13.45 13.45 0 0 0-6.3-.9c-1.4.1-2.7.4-4.1.4a6.21 6.21 0 0 1-4.4-1.5 5.48 5.48 0 0 1-1.1-7 5.55 5.55 0 0 1 7.8-1.7 8 8 0 0 1 2.3 2.2l1.7 2.3a12.94 12.94 0 0 0 3.3 3.3 14 14 0 0 0 3 1.5c1 .4 2 .9 3 1.3a11.55 11.55 0 0 0 5.5.8 12.46 12.46 0 0 0 4.6-1.5c1.2-.7 2.3-1.6 3.5-2.4a13.43 13.43 0 0 0 3.2-3.1 14.59 14.59 0 0 0 1.7-3 15.9 15.9 0 0 1 2.1-4.1 6.14 6.14 0 0 1 3.8-2.5 5.2 5.2 0 0 1 5 1.6 5.26 5.26 0 0 1 1.4 4.6 5.74 5.74 0 0 1-3 4.1 13.58 13.58 0 0 1-4.9 1.2 15.19 15.19 0 0 0-5.1 1.2c-.6.3-1.1.6-1.6.9a38.77 38.77 0 0 0-3.3 2.3 14.06 14.06 0 0 0-3.6 3.7 12.57 12.57 0 0 0-1.5 3.8 17 17 0 0 0 0 4.5 22.26 22.26 0 0 0 .5 3.6 13 13 0 0 0 1.8 4.6c.5.7 1 1.4 1.4 2' fill='%2329323c'/%3E%3Cpath d='M71.39 64a13.54 13.54 0 0 1 3.6.8 5.85 5.85 0 0 1 3.8 5 5.39 5.39 0 0 1-4.7 5.7 5.79 5.79 0 0 1-5.1-2 10 10 0 0 1-1.9-3.5 36.83 36.83 0 0 0-1.5-3.5 10.88 10.88 0 0 0-2.9-3.5c-1.2-1-2.4-2-3.7-2.9a11.46 11.46 0 0 0-6.2-2.3 13.93 13.93 0 0 0-6.1 1.3 27.73 27.73 0 0 1-2.6 1A13.93 13.93 0 0 0 39 64c-.9 1.1-1.7 2.2-2.6 3.2a7 7 0 0 1-4.2 2.1 5.47 5.47 0 0 1-5.7-4.2 5.54 5.54 0 0 1 4.3-6.7 8.55 8.55 0 0 1 3.2-.1c.9.1 1.9.3 2.8.4a18.48 18.48 0 0 0 4.7 0 19.66 19.66 0 0 0 3.2-1l3-1.2a12.23 12.23 0 0 0 4.5-3.3 11.72 11.72 0 0 0 2.2-4.3c.3-1.4.5-2.8.7-4.2a17 17 0 0 0 .1-4.5 17.83 17.83 0 0 0-.9-3.3 32.55 32.55 0 0 1-1.5-4.4 6.49 6.49 0 0 1 .9-4.5 5.19 5.19 0 0 1 4.7-2.4 5.36 5.36 0 0 1 4.3 2.3 5.56 5.56 0 0 1 .8 5 12.06 12.06 0 0 1-2.7 4.3 15.66 15.66 0 0 0-2.8 4.4 12.09 12.09 0 0 0-.5 1.8c-.3 1.3-.5 2.6-.7 4a13 13 0 0 0 .1 5.2 12.45 12.45 0 0 0 1.7 3.7 23.45 23.45 0 0 0 3.1 3.2 32.53 32.53 0 0 0 2.9 2.3 13 13 0 0 0 4.5 2 19.53 19.53 0 0 1 2.3.2' fill='%2329323c'/%3E%3C/svg%3E");
  background-size: 85% 85%;
  background-position: center;
  background-repeat: no-repeat;
}
.demo-header__breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  align-items: center;
  container-type: size;
  container-name: breadcrumbs;
}
.demo-header__breadcrumb-wrapper a,
.demo-header__breadcrumb-wrapper span {
  padding: 0 5px 0 30px;
  background: url("data:image/svg+xml,%3csvg%20id='header-angle'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20width='100px'%20height='100px'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='none'%20stroke='%2300d8ff'%20stroke-width='10'%20d='M%2020%2020%20L%2050%2050%20L%2020%2080'%3e%3c/path%3e%3c/svg%3e") no-repeat 5px 50%;
  background-size: 20px 20px;
  transition: font-size 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-header__breadcrumb-wrapper a:first-child,
.demo-header__breadcrumb-wrapper span:first-child {
  background: none;
  padding-left: 5px;
}
.demo-header__breadcrumb-wrapper span {
  user-select: none;
}
.demo-header__breadcrumb-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  white-space: nowrap;
}
.demo-header__mobile-back {
  display: none;
}
.demo-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.demo-header__right > * {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 960px ) {
  .demo-header__right > * {
    margin: 0 5px;
    width: 30px;
    height: 30px;
  }
}
.demo-left-hidden .demo-header {
  padding-left: 60px;
}
@media screen and (max-height: 500px) {
  .demo-left-hidden .demo-header {
    padding-left: 30px;
  }
}
@container header (max-height: calc(60px - 1px)) {
  .demo-header > * {
    font-size: 12px;
  }
  .demo-header__y-logo {
    flex: 0 0 30px;
  }
  .demo-header__right > * {
    height: 30px;
    width: 30px;
  }
}
@container breadcrumbs (max-width: 400px) {
  .demo-header__mobile-back {
    display: inline-block !important;
  }
  a:not(.demo-header__breadcrumb-wrapper__mobile-back),
  .demo-header__breadcrumb-wrapper span {
    display: none;
  }
  .demo-header__y-logo {
    display: none;
  }
}
@container breadcrumbs (max-width: 600px) {
  .demo-header__breadcrumb-wrapper a:first-child {
    display: none;
  }
  .demo-header__breadcrumb-wrapper a:first-child + a:not(:has(+ span)) {
    display: none;
  }
  .demo-header__breadcrumb-wrapper a:has(+ span) {
    padding-left: 0;
    background: none;
  }
}
.demo-page__toolbars {
  display: flex;
  grid-area: toolbar;
}
.demo-page__toolbar {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  grid-area: toolbar;
  width: 100%;
  height: 40px;
  padding: 4px;
  user-select: none;
  background-color: var(--toolbar-color);
  border-left: 1px solid #d5d7d8;
  border-bottom: 1px solid #d5d7d8;
  z-index: 8;
  transition: padding 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
body:not(.loaded) .demo-page__toolbar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--toolbar-color);
  z-index: 2;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar {
    height: 30px;
    line-height: 30px;
  }
}
.demo-page__toolbar > * {
  flex: 0 0 auto;
}
.demo-page__toolbar button,
.demo-page__toolbar .overflow-button,
.demo-page__toolbar select {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #343f4a;
}
.demo-page__toolbar button,
.demo-page__toolbar .overflow-button {
  line-height: normal;
  height: 24px;
  border-radius: 100px;
}
.demo-page__toolbar button,
.demo-page__toolbar label[class^='demo-icon-'],
.demo-page__toolbar .overflow-button {
  display: inline-block;
  outline: none;
  border: none;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  color: #343f4a;
}
.demo-page__toolbar button:hover,
.demo-page__toolbar label[class^='demo-icon-']:hover,
.demo-page__toolbar .overflow-button:hover {
  background-color: #dedede;
}
.demo-page__toolbar button:active,
.demo-page__toolbar label[class^='demo-icon-']:active,
.demo-page__toolbar .overflow-button:active {
  background-color: #b2b2b2;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar button,
  .demo-page__toolbar label[class^='demo-icon-'],
  .demo-page__toolbar .overflow-button {
    width: 24px;
    height: 24px;
    background-size: auto 60%;
  }
}
.demo-page__toolbar label:hover {
  background-color: transparent;
  cursor: pointer;
}
.demo-page__toolbar button.labeled {
  background-position-x: left;
  width: auto;
  padding: 0 2px;
}
.demo-page__toolbar button.labeled:not([class^='demo-icon']) {
  border: 1px solid #d1d1d1;
  margin: 0 0.5ex;
  padding-left: 1ex;
  padding-right: 1ex;
}
.demo-page__toolbar button.labeled:not([class^='demo-icon']):hover {
  background-color: #dedede;
}
.demo-page__toolbar button.labeled:not([class^='demo-icon']):active {
  background-color: #b2b2b2;
}
.demo-page__toolbar button.labeled[class^='demo-icon'] {
  padding: 0 10px 0 31px;
  background-position-x: 12px;
  width: unset;
}
.demo-page__toolbar input {
  margin: 0 5px;
}
.demo-page__toolbar input.demo-toggle-button {
  display: none !important;
}
.demo-page__toolbar input.demo-toggle-button + label {
  border-radius: 100px;
}
.demo-page__toolbar input.demo-toggle-button.labeled + label {
  display: inline-block;
  border: 1px solid #d1d1d1;
  background-position-x: left;
  padding: 0 1ex;
  height: 32px;
  line-height: 30px;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar input.demo-toggle-button.labeled + label {
    height: 24px;
    line-height: 22px;
  }
}
.demo-page__toolbar input.demo-toggle-button + label:hover {
  background-color: #dedede;
}
.demo-page__toolbar input.demo-toggle-button:checked + label {
  background-color: #c6c6c6;
}
.demo-page__toolbar input.demo-toggle-button:disabled + label {
  opacity: 0.5;
  cursor: default;
  background-color: transparent;
}
.demo-page__toolbar button:active,
.demo-page__toolbar > label:active,
.demo-page__toolbar .demo-toggle-button:checked:active + label {
  background-color: #b2b2b2;
}
@media screen and (max-width: 640px ) {
  .demo-page__toolbar button.demo-unimportant {
    display: none;
  }
}
.demo-page__toolbar button:disabled,
.demo-page__toolbar > .demo-toggle-button:disabled + label {
  opacity: 0.5;
  cursor: default;
  background-color: transparent;
}
.demo-page__toolbar select {
  border-radius: 6px;
  border-style: groove;
  margin: 0 3px;
  padding: 2px 6px;
}
.demo-page__toolbar form {
  display: inline-block;
  vertical-align: top;
}
.demo-page__toolbar .demo-separator {
  height: 20px;
  width: 1px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.demo-page__toolbar .demo-separator:last-child {
  visibility: hidden;
}
.demo-page__toolbar .overflow-button {
  position: absolute;
  right: 4px;
  background: #ebeef0 url("data:image/svg+xml,%3Csvg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center 4px;
}
.demo-page__toolbar .overflow-button.hidden {
  display: none;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar .overflow-button {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: auto 75%;
  }
}
.demo-page__toolbar .overflow-container {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  visibility: collapse;
  z-index: 1000;
}
.demo-page__toolbar .overflow-container--open {
  visibility: visible;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar .overflow-container--open {
    top: 30px;
    max-height: calc(100vh - 60px);
  }
}
.demo-page__toolbar .overflow-container__content {
  overflow: hidden;
}
.demo-page__toolbar .overflow-container__content > *,
.demo-page__toolbar .overflow-container__content > button,
.demo-page__toolbar .overflow-container__content > label,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button + label,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button.labeled + label,
.demo-page__toolbar .overflow-container__content > button.labeled {
  display: block;
  width: 100%;
  padding: 0 10px 0 10px;
  margin: 2px 0;
  background-position-x: 10px;
  border-radius: 0;
  border: none;
  min-height: 32px;
  line-height: 32px;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar .overflow-container__content > *,
  .demo-page__toolbar .overflow-container__content > button,
  .demo-page__toolbar .overflow-container__content > label,
  .demo-page__toolbar .overflow-container__content > .demo-toggle-button + label,
  .demo-page__toolbar .overflow-container__content > .demo-toggle-button.labeled + label,
  .demo-page__toolbar .overflow-container__content > button.labeled {
    min-height: 24px;
    line-height: 24px;
  }
}
.demo-page__toolbar .overflow-container__content > *:not(.labeled)[class^='demo-icon-'][title]::after,
.demo-page__toolbar .overflow-container__content > button:not(.labeled)[class^='demo-icon-'][title]::after,
.demo-page__toolbar .overflow-container__content > label:not(.labeled)[class^='demo-icon-'][title]::after,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button + label:not(.labeled)[class^='demo-icon-'][title]::after,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button.labeled + label:not(.labeled)[class^='demo-icon-'][title]::after,
.demo-page__toolbar .overflow-container__content > button.labeled:not(.labeled)[class^='demo-icon-'][title]::after,
.demo-page__toolbar .overflow-container__content > *:not(.labeled)[data-command][title]::after,
.demo-page__toolbar .overflow-container__content > button:not(.labeled)[data-command][title]::after,
.demo-page__toolbar .overflow-container__content > label:not(.labeled)[data-command][title]::after,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button + label:not(.labeled)[data-command][title]::after,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button.labeled + label:not(.labeled)[data-command][title]::after,
.demo-page__toolbar .overflow-container__content > button.labeled:not(.labeled)[data-command][title]::after {
  content: attr(title);
  display: block;
}
.demo-page__toolbar .overflow-container__content > *:not(.labeled)[title]::after,
.demo-page__toolbar .overflow-container__content > button:not(.labeled)[title]::after,
.demo-page__toolbar .overflow-container__content > label:not(.labeled)[title]::after,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button + label:not(.labeled)[title]::after,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button.labeled + label:not(.labeled)[title]::after,
.demo-page__toolbar .overflow-container__content > button.labeled:not(.labeled)[title]::after,
.demo-page__toolbar .overflow-container__content > *.labeled,
.demo-page__toolbar .overflow-container__content > button.labeled,
.demo-page__toolbar .overflow-container__content > label.labeled,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button + label.labeled,
.demo-page__toolbar .overflow-container__content > .demo-toggle-button.labeled + label.labeled,
.demo-page__toolbar .overflow-container__content > button.labeled.labeled {
  padding-left: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.demo-page__toolbar .overflow-container__content > button.labeled {
  padding-left: 45px !important;
}
.demo-page__toolbar .overflow-container__content > label:hover {
  background-color: #dedede;
}
.demo-page__toolbar .overflow-container__content > label:active {
  background-color: #b2b2b2;
}
.demo-page__toolbar .overflow-container__content input[type='checkbox'] {
  width: 30px;
  text-align: left;
  margin: 0;
}
.demo-page__toolbar .overflow-container__content input[type='checkbox']:focus {
  outline: none;
}
.demo-page__toolbar .overflow-container__content input[type='checkbox'].demo-toggle-button.labeled + label {
  padding-left: 45px !important;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media screen and (max-height: 500px) {
  .demo-page__toolbar .overflow-container__content input[type='checkbox'].demo-toggle-button.labeled + label {
    line-height: 24px;
  }
}
.demo-page__toolbar .overflow-container__content .demo-toggle-button + label::after {
  margin-top: 0 !important;
}
.demo-page__toolbar .overflow-container__content .demo-separator {
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #999999;
  margin: 2px 0;
}
.demo-page__toolbar .overflow-container__content .demo-separator:first-child {
  display: none !important;
}
.demo-page__toolbar .overflow-container__content .navigate-select {
  padding: 0 3px;
}
.demo-page__description {
  position: absolute;
  display: flex;
  flex-direction: column;
  grid-area: sidebar;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 140%;
  min-width: clamp(var(--description-min-width), var(--description-width), var(--description-max-width));
  background-color: var(--description-color);
  z-index: 16;
}
@media screen and (max-width: 640px ) {
  .demo-page__description {
    --description-width: 100vw;
  }
}
.demo-description {
  /* TODO is this necessary? */
}
.demo-description__logo {
  display: block;
  height: 100%;
  width: auto;
  background: url('./ylogo-text-CVZHN9TB.svg') no-repeat 15px center;
  background-size: auto 75%;
}
.demo-description__header {
  flex: 0 0 60px;
  height: 60px;
  width: 100%;
  padding: 0;
  background-color: var(--description-color-2);
}
.demo-description__content {
  position: relative;
  margin-inline-end: 2px;
  padding: var(--description-padding);
  overflow-y: auto;
}
.demo-description__content :first-child {
  margin-block-start: 0;
}
.demo-description__content :last-child {
  margin-block-end: 0;
}
.demo-description__content::-webkit-scrollbar {
  width: 6px;
}
.demo-description__content::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}
.demo-description__content::-webkit-scrollbar-thumb {
  background-color: var(--description-scrollbar-color);
  opacity: 0.8;
  border-radius: 4px;
}
.demo-description__content code {
  background: var(--description-code-color);
  padding: 2px;
  border-radius: 2px;
}
.demo-description__content pre {
  background: var(--description-code-color);
  padding: 8px;
  border-radius: 6px;
}
.demo-description__toggle-button {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3csvg%20id='Ebene_1'%20data-name='Ebene%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090.42%2089.3'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-3{fill:none;stroke:%23343f4a;stroke-linecap:round;stroke-miterlimit:10;}.cls-1{stroke-width:5px;}.cls-2{fill:%23343f4a;}.cls-3{stroke-width:6px;}%3c/style%3e%3c/defs%3e%3cpolyline%20class='cls-1'%20points='40.46%2017.91%2075.48%2017.91%2075.48%2068.81%2040.46%2068.81'/%3e%3crect%20class='cls-2'%20x='14.94'%20y='13.16'%20width='17.05'%20height='62.98'%20rx='1.41'/%3e%3cpath%20class='cls-3'%20d='M59.6,32.66,46.47,43.75a.11.11,0,0,0,0,.15L59.6,54.06'/%3e%3c/svg%3e") no-repeat 50% 50%;
  background-size: 30px;
  transition: right 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-description__toggle-button:hover {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.15) inset;
}
.demo-left-hidden .demo-description__toggle-button {
  right: -60px;
  background: transparent url("data:image/svg+xml,%3csvg%20id='Ebene_1'%20data-name='Ebene%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090.42%2089.3'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-3{fill:none;stroke:%23f7f7f7;stroke-linecap:round;stroke-miterlimit:10;}.cls-1{stroke-width:5px;}.cls-2{fill:%23f7f7f7;}.cls-3{stroke-width:6px;}%3c/style%3e%3c/defs%3e%3cpolyline%20class='cls-1'%20points='40.46%2017.91%2075.48%2017.91%2075.48%2068.81%2040.46%2068.81'/%3e%3crect%20class='cls-2'%20x='14.94'%20y='13.16'%20width='17.05'%20height='62.98'%20rx='1.41'/%3e%3cpath%20class='cls-3'%20d='M46.44,32.66,59.57,43.75a.1.1,0,0,1,0,.15L46.44,54.06'/%3e%3c/svg%3e") no-repeat 50% 50%;
  background-size: 30px;
}
@media screen and (max-height: 500px) {
  .demo-left-hidden .demo-description__toggle-button {
    width: 30px;
    height: 30px;
    right: -30px;
  }
}
.demo-description__play-button {
  display: none;
  position: absolute;
  height: 60px;
  width: 50%;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg fill='%23343f4a' height='24' viewBox='2 2 20 20' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7h10v10H7z' fill='%2300d8ff'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z'/%3E%3C/svg%3E") no-repeat calc(100% - 15px);
  background-size: 35px;
  font-size: 1.1rem;
  line-height: 60px;
  text-align: right;
  padding-right: 60px;
}
@media screen and (max-width: 640px ) {
  .demo-description__play-button {
    display: block;
  }
}
.demo-description__drag-area {
  position: absolute;
  background-color: #d5d7d8;
  color: #343f4a;
  transition: background-color 0.3s ease;
}
.demo-description__drag-area:hover {
  background-color: #cecece;
}
.demo-description__drag-area:after {
  content: '\2022  \2022  \2022';
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1px;
  font-size: 12px;
  opacity: 0.7;
  text-align: center;
}
.demo-description__drag-area--vertical {
  height: 100%;
  right: -8px;
  width: 8px;
  cursor: col-resize;
}
.demo-description__drag-area--vertical:after {
  top: 50%;
  line-height: 7px;
}
@media screen and (max-width: 960px ) {
  .demo-description__drag-area--vertical {
    display: none;
  }
}
.demo-description__drag-area--horizontal {
  display: none;
  top: -9px;
  height: 9px;
  width: 100%;
  cursor: row-resize;
}
.demo-description__drag-area--horizontal:after {
  top: 0;
  line-height: 9px;
}
@media screen and (max-width: 960px ) {
  .demo-description__drag-area--horizontal {
    display: block;
  }
}
.demo-description--draggable {
  border-right: 8px solid #d5d7d8;
}
.demo-description--draggable .demo-description__toggle-button,
.demo-description--draggable .demo-description__play-button {
  display: none;
}
@media screen and (max-width: 960px ) {
  .demo-description--draggable {
    border-right: none;
    border-top: 9px solid #d5d7d8;
  }
}
.demo-description button[class^='demo-icon-'],
.demo-description label[class^='demo-icon-'] {
  outline: none;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  height: 24px;
  width: 24px;
  cursor: pointer;
  vertical-align: middle;
  color: #343f4a;
}
.demo-description button[class^='demo-icon-']:hover,
.demo-description label[class^='demo-icon-']:hover {
  background-color: #dedede;
}
.demo-main__sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--toolbar-color);
  line-height: 140%;
  width: var(--sidebar-width);
  border-left: 1px solid #d5d7d8;
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, padding-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-main__sidebar--hidden {
  padding-left: 24px;
  width: 24px;
}
.demo-sidebar__content {
  height: 100%;
  min-width: var(--sidebar-width);
  overflow-y: auto;
  padding: 16px;
}
.demo-sidebar__content > :first-child {
  margin-block-start: 0;
}
.demo-sidebar__toggle {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 26px;
  z-index: 4;
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-sidebar__toggle__button {
  position: absolute;
  user-select: none;
  top: 2px;
  right: 5px;
  width: 22px;
  height: 22px;
  content: '';
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--toolbar-color);
  background-position: center;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20x='0px'%20y='0px'%20width='40.606602'%20height='67.071068'%20viewBox='0%200%2040.606602%2067.071068'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='none'%20stroke='%236b778c'%20stroke-width='10'%20d='m%203.5355339,3.5355339%2030.0000001,30.0000001%20-30.0000001,30'/%3e%3c/svg%3e");
  background-size: 8px;
  background-repeat: no-repeat;
  transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-sidebar__toggle__button:hover {
  background-color: #dedede;
}
.demo-sidebar__toggle__title {
  display: block;
  padding-top: 35px;
  writing-mode: vertical-lr;
  line-height: 24px;
  width: 24px;
  font-weight: 600;
  color: #6b778c;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transform: translateX(var(--sidebar-width));
}
.demo-main__sidebar--hidden .demo-sidebar__toggle {
  height: 100%;
  border-radius: 0;
  border: none;
}
.demo-main__sidebar--hidden .demo-sidebar__toggle__button {
  transform: rotate(180deg);
  right: 1px;
}
.demo-main__sidebar--hidden .demo-sidebar__toggle__button:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 2px;
}
.demo-main__sidebar--hidden .demo-sidebar__toggle__title {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.demo-properties__settings fieldset {
  border: 1px solid #888;
  background: #efefef;
  margin-bottom: 1ex;
}
.demo-properties__settings button:not(.flat-button),
.demo-properties__settings input[type='button'] {
  width: 7.5em;
  margin-right: 11px;
  padding: 3px;
  border: 1px solid #888;
  background-color: #ddd;
}
.demo-properties__settings button:not(.flat-button):hover,
.demo-properties__settings input[type='button']:hover {
  background-color: #bbb;
}
.demo-properties__settings textarea,
.demo-properties__settings input:not([type='button']) {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #888;
  padding: 1px 2px;
}
.demo-properties__settings label,
.demo-properties__settings .demo-form-block {
  display: block;
  margin: 0.75ex 0 0.25ex 0;
}
.demo-properties__settings input[type='range'] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.demo-properties__settings .demo-form-block input:not([type='button']),
.demo-properties__settings .demo-form-block .number-label {
  width: auto;
  display: inline-block;
}
.demo-properties__settings textarea {
  resize: vertical;
}
.demo-properties__settings input:not([type='button']) {
  resize: none;
}
.demo-properties__settings button:not(.flat-button):focus,
.demo-properties__settings textarea:focus,
.demo-properties__settings label:focus,
.demo-properties__settings input:focus {
  outline: none;
}
.demo-complex-properties .data-editor-header:first-child {
  margin-top: 8px;
}
.demo-complex-properties .data-editor-header .content {
  display: grid;
  margin-bottom: 8px;
  grid-template-columns: [start] 25px [mid] auto [end] 25px;
  justify-items: center;
}
.demo-complex-properties select {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #343f4a;
  margin: 0 6px;
}
.demo-complex-properties form {
  display: inline-block;
  vertical-align: top;
}
.demo-complex-properties button[class^='demo-icon-'],
.demo-complex-properties label[class^='demo-icon-'] {
  outline: none;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  height: 24px;
  width: 24px;
  cursor: pointer;
  vertical-align: middle;
  color: #343f4a;
}
.demo-complex-properties button[class^='demo-icon-']:hover,
.demo-complex-properties label[class^='demo-icon-']:hover {
  background-color: #dedede;
}
.demo-complex-properties fieldset {
  border: 1px solid #888;
  background: #efefef;
  margin-bottom: 1ex;
}
.demo-complex-properties button:not(.flat-button),
.demo-complex-properties input[type='button'] {
  width: 7.5em;
  margin-right: 11px;
  padding: 3px;
  border: 1px solid #888;
  background-color: #ddd;
}
.demo-complex-properties button:not(.flat-button):hover,
.demo-complex-properties input[type='button']:hover,
.demo-complex-properties button:not(.flat-button):focus,
.demo-complex-properties input[type='button']:focus {
  background-color: #bbb;
}
.demo-complex-properties textarea,
.demo-complex-properties input:not([type='button']):not([type='range']) {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #888;
  padding: 1px 2px;
}
.demo-complex-properties label,
.demo-complex-properties .demo-form-block {
  display: block;
  margin: 0.75ex 0 0.25ex 0;
}
.demo-complex-properties .demo-form-block input:not([type='button']),
.demo-complex-properties .demo-form-block label {
  width: auto;
  display: inline-block;
}
.demo-complex-properties textarea {
  resize: vertical;
}
.demo-complex-properties input:not([type='button']) {
  resize: none;
}
.demo-complex-properties button:focus,
.demo-complex-properties textarea:focus,
.demo-complex-properties label:focus,
.demo-complex-properties input:focus {
  outline: none;
}
.demo-dnd-panel {
  display: flex;
  flex-direction: column;
  width: 150px;
  gap: 10px;
  align-items: center;
  overflow-y: auto;
}
.demo-dnd-panel__header {
  background-color: #ebeef0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  display: block;
}
.demo-dnd-panel__item {
  display: flex;
  justify-content: center;
  width: 100%;
  touch-action: none;
  cursor: grab;
}
.demo-dnd-panel__item svg {
  transition: transform 0.2s ease;
}
.demo-dnd-panel__item:hover {
  background-color: #f3f3f3;
}
.demo-dnd-panel__item:hover svg {
  transform: scale(1.03);
}
.demo-dnd-panel--left {
  border-right: 5px solid #e7e7e7;
}
.demo-dnd-panel--right {
  border-left: 5px solid #e7e7e7;
}
#app {
  position: absolute;
  inset: 0;
}
.graph-component .yfiles-canvascomponent {
  height: 100%;
}
.node-card ::-webkit-scrollbar {
  width: 10px;
}
.node-card ::-webkit-scrollbar-track {
  background-color: transparent;
}
.node-card ::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: rgba(200, 200, 200, 0.8);
  border-radius: 6px;
  border: 3px solid transparent;
}
.node-card ::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}
