*{--background-colour: #050705;--foreground-colour: #17d143;--secondary-colour: #f16107;--outline-width: 0.25em;--outline-colour: #0A0;--site-font: Share Tech Mono, Noto Emoji, sans-serif;--mobile-width: 900px}.jadx-wrapper{display:grid;grid-template-rows:auto auto auto auto;grid-template-columns:30% 70%;background-color:#24292e;grid-template-areas:"titlebar   titlebar" "menubar    menubar" "toolbar    toolbar" "filepane   codewrapper" "filepane   codewrapper";min-width:0;width:100%}.jadxTitlebar{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}.jadxMenubar{grid-area:menubar;display:flex;flex-direction:row;user-select:none;overflow:hidden}.jadxMenubar>*{font-family:Arial,Helvetica,sans-serif;margin:0;padding:5px .5em;cursor:pointer}.jadxMenubar>*:hover{background-color:#3a434b}.jadxToolbar{grid-area:toolbar;display:flex;flex-direction:row;align-items:center;user-select:none;overflow:hidden}.jadxToolbar>*{height:1em;flex-basis:0}.jadxToolbar>img{aspect-ratio:1;margin:.25em;border-radius:5px;padding:.25em;cursor:pointer}.jadxToolbar>img:hover{background-color:#2d3339}.jadxToolbar>div{width:1px;border-left:1px solid #444d56}.jadxFilepane{grid-area:filepane;border:2px #444d56 solid;user-select:none}.jadxFilepane summary{overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.jadxFilepane 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/jadx-gui/nodes/package.svg")}.jadxFilepane summary[icon=folder]::before{background-image:url("/assets/img/jadx-gui/nodes/folder.svg")}.jadxFilepane summary[icon=resourceBundle]::before{background-image:url("/assets/img/jadx-gui/nodes/resourceBundle.svg")}.jadxFilepane summary[icon=resourcesRoot]::before{background-image:url("/assets/img/jadx-gui/nodes/resourcesRoot.svg")}.jadxFilepane summary[icon=packageClasses]::before{background-image:url("/assets/img/jadx-gui/nodes/packageClasses.svg")}.jadxFilepane details{padding-left:1em;color:#aeaeae}.jadxFilepane ul{margin:0;list-style:none;padding-left:1em}.jadxFilepane li{text-overflow:ellipsis;width:100%;white-space:nowrap;overflow:hidden;position:relative}.jadxFilepane li::before{width:1em;height:1em;aspect-ratio:1;content:"";padding-right:1em;background-position:bottom;background-repeat:no-repeat;margin:0 .25em}.jadxFilepane li[icon=xml]::before{background-image:url("/assets/img/jadx-gui/nodes/xml.svg")}.jadxFilepane li[icon=class]::before{background-image:url("/assets/img/jadx-gui/nodes/class.svg")}.jadxFilepane li[icon=enum]::before{background-image:url("/assets/img/jadx-gui/nodes/enum.svg")}.jadxFilepane li[icon=folder]::before{background-image:url("/assets/img/jadx-gui/nodes/folder.svg")}.jadxFilepane li.selected,.jadxFilepane li:hover,.jadxFilepane summary:hover{background-color:#2b3036;color:#fff}.jadxFilepane ul[depth="3"]>li{padding-left:3em;left:-3em}.jadxFilepane ul[depth="4"]>li{padding-left:4em;left:-4em}.jadxFilepane ul[depth="5"]>li{padding-left:5em;left:-5em}.jadxCodeSection{grid-area:codewrapper;display:flex;flex-direction:column;margin-left:8px}.jadxCodeTabbar{display:flex;flex-direction:row}.jadxTab{user-select:none;display:flex;flex-direction:row;align-items:center;cursor:pointer;padding:.5em;background-color:#2b3036;margin:0;border-bottom:4px solid #f9826c;overflow:hidden}.jadxTab:hover{background-color:#444d56}.jadxTab>img{height:1em;aspect-ratio:1}.jadxTab>img:first-child{margin-right:.5em}.jadxTab>img:last-child{margin-left:.5em;cursor:pointer;border-radius:100%}.jadxTab>img:last-child:hover{background-color:#93989f}.jadxCode{position:relative;border:4px solid #f9826c;max-height:50vh;overflow-y:auto;overflow-x:auto}.jadxCodeContainer{display:flex;flex-direction:row;min-width:100%;width:max-content;width:-mox-max-content;width:intrinsic}.jadxThemeWrapper pre{margin:0;height:max-content;min-width:100%;width:max-content;width:-mox-max-content;width:intrinsic;padding:0 !important;border:none !important}.jadxThemeWrapper figure{overflow:visible}.jadxLinenos{position:sticky;left:0;white-space:pre;margin:0;background-color:#fff;color:#2e353b;padding:0 1em;border-right:solid 1px #2b3036;user-select:none}.jadxLinenos span{float:left}.jadxThemeWrapper{min-width:max-content;min-width:-mox-max-content;min-width:intrinsic;flex-grow:1}.jadxThemeWrapper>*{margin:0}@media screen and (max-width: 900px){.jadx-wrapper{grid-template-areas:"titlebar   titlebar" "menubar    menubar" "toolbar    toolbar" "codewrapper   codewrapper" "codewrapper   codewrapper"}.jadxFilepane{display:none}}