.vscodeWrapper{display:flex;flex-direction:column;min-width:0;width:100%}@supports(scrollbar-color: auto){.vscodeCode{scrollbar-color:#434343 #1f1f1f;scrollbar-width:auto}}@supports selector(::-webkit-scrollbar){.vscodeCode::-webkit-scrollbar{width:10px;background:#1f1f1f}.vscodeCode::-webkit-scrollbar-thumb{background:#434343;border-radius:0}}.vscodeTitlebar{grid-area:titlebar;background-color:#292c30;color:#fff;grid-area:titlebar;font-family:Arial,Helvetica,sans-serif;margin:0;padding:.5em;text-align:center;user-select:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vscodeMenubar{grid-area:menubar;display:flex;flex-direction:row;user-select:none;overflow:hidden;background-color:#353535}.vscodeMenubar>*{font-family:Arial,Helvetica,sans-serif;margin:0;padding:5px .5em;cursor:pointer}.vscodeMenubar>*:hover{background-color:#515151}.vscodeRow{display:flex;flex-direction:row;width:100%}.vscodeIconbar{grid-area:iconbar;display:flex;flex-direction:column;justify-content:space-between;background-color:#181818;user-select:none}.vscodeIconbar>div{display:flex;flex-direction:column}.vscodeIconbar>div>img{height:3em;width:3em;padding:.7em;filter:brightness(0.75);cursor:pointer;box-sizing:border-box}.vscodeIconbar>div>img:hover{filter:brightness(1)}.vscodeIconbar>div:first-child>img:first-child{border-left:2px solid #0078d4;filter:brightness(1)}.vscodeFilepane{grid-area:filepane;border:1px #2b2b2b solid;user-select:none;background-color:#181818;border-top:none;font-family:Arial,Helvetica,sans-serif;color:#ccc;width:25%;min-width:25%;max-width:25%}.vscodeFilepane>p{margin:.5em;margin-bottom:1em;margin-left:1em;font-size:.8em}.vscodeFilepane summary{overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.vscodeFilepane summary::before{width:1em;height:1em;aspect-ratio:1;content:"";padding-right:1em;background-position:bottom;background-repeat:no-repeat;margin:0 .25em;background-image:url("/assets/img/vscode-icons/icons/dark/chevron-right.svg")}.vscodeFilepane details[open]>summary::before{background-image:url("/assets/img/vscode-icons/icons/dark/chevron-down.svg")}.vscodeFilepane summary::marker,.vscodeFilepane summary::-webkit-details-marker{content:"";color:rgba(0,0,0,0);display:none}.vscodeFilepane details{padding-left:.5em;color:#aeaeae}.vscodeFilepane ul{margin:0;list-style:none;padding-left:.5em}.vscodeFilepane li{text-overflow:ellipsis;width:100%;white-space:nowrap;overflow:hidden;position:relative}.vscodeFilepane li::before{width:1em;height:1em;aspect-ratio:1;content:"";padding-right:1em;background-position:bottom;background-repeat:no-repeat;margin:0 .25em}.vscodeFilepane li[icon=xml]::before{background-image:url("/assets/img/jadx-gui/nodes/xml.svg")}.vscodeFilepane li[icon=class]::before{background-image:url("/assets/img/jadx-gui/nodes/class.svg")}.vscodeFilepane li[icon=enum]::before{background-image:url("/assets/img/jadx-gui/nodes/enum.svg")}.vscodeFilepane li[icon=folder]::before{background-image:url("/assets/img/jadx-gui/nodes/folder.svg")}.vscodeFilepane li.selected,.vscodeFilepane li:hover,.vscodeFilepane summary:hover{background-color:#37373d;color:#fff}.vscodeFilepane ul[depth="3"]>li{padding-left:3em;left:-3em}.vscodeFilepane ul[depth="4"]>li{padding-left:4em;left:-4em}.vscodeFilepane ul[depth="5"]>li{padding-left:5em;left:-5em}.vscodeCodeSection{min-width:0}.vscodeCodeSection>p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0;background-color:#1f1f1f;color:#ccc;font-family:Arial,Helvetica,sans-serif;padding-left:1em}.vscodeCodeTabbar{display:flex;flex-direction:row;background-color:#181818}.vscodeTab{user-select:none;display:flex;flex-direction:row;align-items:center;cursor:pointer;padding:.5em;background-color:#1f1f1f;margin:0;border-top:2px solid #0078d4;border-left:1px solid #2b2b2b;border-right:1px solid #2b2b2b;overflow:hidden;font-family:Arial,Helvetica,sans-serif}.vscodeTab>img{height:1em;aspect-ratio:1}.vscodeTab>img:first-child{margin-right:.5em}.vscodeTab>img:last-child{margin-left:.5em;cursor:pointer;border-radius:25%;padding:2px}.vscodeTab>img:last-child:hover{background-color:#313232}.vscodeCode{position:relative;max-height:50vh;overflow-y:auto;overflow-x:auto}.vscodeCodeContainer{display:flex;flex-direction:row;min-width:100%;width:max-content;width:-mox-max-content;width:intrinsic;background-color:#1f1f1f}.vscodeCodeContainer>.vscodeThemeWrapper figure,.vscodeCodeContainer>.vscodeThemeWrapper pre{margin:0;height:max-content;min-width:100%;width:max-content;width:-mox-max-content;width:intrinsic;padding:0 !important;border:none !important}.vscodeThemeWrapper div{overflow:visible}.vscodeCodeContainer .highlighter-tree-sitter,.vscodeCodeContainer .highlight{border:none}.vscodeLinenos{position:sticky;left:0;white-space:pre;margin:0;background-color:#1f1f1f;color:#6e7681;padding:0 1em;border-right:solid 1px #2b3036;user-select:none}.vscodeLinenos span{float:left}.vscodeLinenos span:hover{color:#ccc}.vscodeFooter{grid-area:footer;display:flex;flex-direction:row;border-top:1px solid #2b2b2b;height:1.25em;background-color:#181818}.vscodeFooter>*{width:unset !important;height:unset !important;padding:.1em .5em;filter:saturate(0)}.vscodeFooter>img:first-child{background-color:#0077d3;filter:unset !important}