.CodeGraphInformationPane{box-sizing:border-box;border:.4pt solid #78787880;border-radius:2px;margin:2px 0;padding:5px;font-size:.92rem;overflow:auto}.CodeGraphInformationPane .empty-info-pane{padding:30px}.CodeGraphInformationPane>div{margin-top:1em;margin-bottom:1em}.CodeGraphInformationPane>div:first-child{margin-top:.2em}.CodeGraphInformationPane .code-name,.CodeGraphInformationPane .domain-name,.CodeGraphInformationPane .kingdom-name{font-size:1rem;font-weight:700;display:inline-block}.CodeGraphInformationPane .code-introduced{margin-left:4px;display:inline-block}.CodeGraphInformationPane .domain-name,.CodeGraphInformationPane .kingdom-name{border-radius:2px;padding:4px;display:block}.CodeGraphInformationPane .domain-name{background-color:var(--ecc-page-domain-background-color)}.CodeGraphInformationPane .kingdom-name{background-color:var(--ecc-page-kingdom-background-color)}.CodeGraphInformationPane .kingdom-name .kingdom-name-label{font-weight:400}.CodeGraphInformationPane .code-link,.CodeGraphInformationPane .domain-link,.CodeGraphInformationPane .kingdom-link{margin-top:.2em;margin-left:1em;display:inline-block}.CodeGraphInformationPane .code-relations .code-relation-type{font-weight:700;display:block}.CodeGraphInformationPane .code-relations>ul{margin:0;padding-left:0;list-style:none;display:inline}.CodeGraphInformationPane .code-relations>ul>li{list-style:none;display:inline}.CodeGraphInformationPane .code-relations>ul>li:before{content:" • "}.CodeGraphInformationPane .code-relations>ul>li:first-child:before{content:""}.CodeGraphInformationPane .endnotes{color:#505064;font-size:.85rem}.CodeGraphInformationPane .domain-name{font-weight:700}.CodeGraphInformationPane .flm-html-error{color:#c80000;font-weight:700}.CodeGraphInformationPane .flm-html-error>pre{white-space:pre-wrap}.dark .CodeGraphInformationPane .flm-html-error{color:#ff6464}.EczCodeGraphComponent{width:100%;max-width:100%;height:100%;max-height:100%;--side-panel-width:260px;grid-template-columns:calc(100% - var(--side-panel-width) - 3px)var(--side-panel-width);grid-template-rows:100%;gap:3px;display:grid;overflow:hidden}@media screen and (max-width:500px){.EczCodeGraphComponent{grid-template-rows:50% 50%;grid-template-columns:100%}.EczCodeGraphComponent .EczCodeGraphComponent_SidePanel .CodeGraphInformationPane{overflow:visible}}@media screen and (min-width:800px){.EczCodeGraphComponent{--side-panel-width:320px}}@media screen and (min-width:1000px){.EczCodeGraphComponent{--side-panel-width:390px}}@media screen and (min-width:1500px){.EczCodeGraphComponent{--side-panel-width:450px}}.EczCodeGraphComponent_CyPanel{width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;overflow:auto}.EczCodeGraphComponent_Cy{width:100%;max-width:100%;height:100%;max-height:100%}.EczCodeGraphComponent_SidePanel{height:100%;box-sizing:border-box;background-color:var(--main-background-color);z-index:100;grid-template-rows:minmax(auto,0fr) 2fr;gap:10px;margin:0;padding:2px 0;display:grid;overflow:auto}.EczCodeGraphControlsComponent{border:0;margin:0;padding:0;font-size:.8rem}.EczCodeGraphControlsComponent>fieldset{border:.4pt solid #78787880;border-radius:2px;flex-wrap:wrap;align-items:center;margin:0;padding:2px;display:flex}.EczCodeGraphControlsComponent>fieldset>legend{min-width:3em;float:left;flex-grow:0;flex-shrink:.2;margin-right:.35em;font-weight:700}.EczCodeGraphControlsComponent>fieldset .controls-input-group{align-items:center;margin-left:.35em;display:flex}.EczCodeGraphControlsComponent>fieldset .controls-input-sep{width:.5em;display:inline-block}.EczCodeGraphControlsComponent>fieldset .controls-input-break{width:100%;display:block}.EczCodeGraphControlsComponent.state-hide-controls>fieldset.controls-input-advanced-fieldset{display:none}