/****************************************************************************
 ** @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.
 **
 ***************************************************************************/.structure-view{background-color:#ffffff80;border-radius:6px;padding:5px 15px 10px}.structure-view__list{max-width:100%;width:300px;list-style:none}.structure-view__node,.structure-view__group{display:block;position:relative;margin:2px 0;padding:0;cursor:pointer;list-style:none;user-select:none;white-space:nowrap}.structure-view__group{margin-top:7px}.structure-view__group>label{display:block;padding-left:20px;cursor:pointer}.structure-view__group>label:hover{font-weight:700}.structure-view__group>input[type=checkbox]{position:absolute;left:0;top:0;height:1.2em;width:1.2em;margin-left:0;margin-top:0;cursor:pointer;appearance:none;background:url("data:image/svg+xml,%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%20id='g4'%3e%3cpath%20id='path6'%20fill='%2367b7dc'%20d='m6%202h-5l-1%203v10h14v-11h-6l-2-2z'/%3e%3c/g%3e%3c/svg%3e") 0 0 no-repeat;z-index:2}.structure-view__group>input[type=checkbox]:checked{background:url("data:image/svg+xml,%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%20d='M5.586,3l1.707,1.707L7.586,5H8h5v9H1V5.162L1.721,3H5.586%20M6,2H1L0,5v10h14V4H8L6,2L6,2z'%20fill='%2367b7dc'%3e%3c/path%3e%3cpolygon%20fill='%2367b7dc'%20points='-0.015,14.947%2014,15%2016,7%203,7'/%3e%3c/g%3e%3c/svg%3e") 0 0 no-repeat;background-size:100% 100%}.structure-view__group ol{margin:0;padding-left:22px;height:auto}.structure-view__group>input[type=checkbox]:not(:checked)+ol{display:none}.structure-view__node:before{content:"■";padding-right:.4rem;color:#d3d3d3;vertical-align:text-bottom}.structure-view__node:hover{font-weight:700}
