@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap);#head{height:44px;width:100%;position:fixed;top:0;background-color:#1b2939;z-index:100;flex:0;justify-content:space-between}#head,#head .h-left,#head .h-left .h-logo{display:flex;align-items:center}#head .h-left .h-logo{width:44px;height:44px;justify-content:center}#head .h-left .h-logo .icon{height:24px}#head .h-left .h-logo .icon svg{width:100%;height:100%;fill:#fff}#head .h-left .h-logo:hover{background-color:#40546b;cursor:pointer}#head .h-right,#head .h-right .h-right-items{display:flex;align-items:center}#head .h-right .h-right-items:after{content:"";display:flex;width:1px;height:30px;background-color:#6b747e;margin:0 5px 0 14px}#head .h-right .h-right-items .h-alert-btn{height:44px;width:44px;position:relative;display:flex;align-items:center;justify-content:center}#head .h-right .h-right-items .h-alert-btn .icon{height:20px}#head .h-right .h-right-items .h-alert-btn .icon svg{width:100%;height:100%;fill:#fff}#head .h-right .h-right-items .h-alert-btn .counter{position:absolute;top:5px;right:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;background-color:#236fb8;border:2px solid #1b2939;width:16px;height:16px}#head .h-right .h-right-nav{width:44px;height:44px;display:flex;justify-content:center;align-items:center}#head .h-right .h-right-nav .icon{height:18px}#head .h-right .h-right-nav .icon svg{width:100%;height:100%;fill:#fff}#head .h-right .h-right-nav:hover{background-color:#40546b;cursor:pointer}.pm-tools{padding:20px 0}.pm-tools h1{font-size:1.5em}.pm-tools .pm-tools-toolbar{padding-top:20px;display:flex;justify-content:space-between;align-items:center}.pm-tools .pm-tools-toolbar .pm-toolbar-left{display:flex;justify-content:space-between;align-items:center;flex-grow:1}.pm-tools .pm-tools-toolbar .pm-toolbar-left .pm-toolwrap{margin-right:10px;background-color:#1e2d3d;border:1px solid #6b747e;border-radius:3px;padding:10px;flex:1}.pm-tools .pm-tools-toolbar .pm-toolbar-right{flex:none;min-width:150px}.pm-result-header{text-align:left;display:flex;align-items:center;background-color:#deb887}.pm-result-header .resultTD{height:50px;display:flex;align-items:center}.pm-results{text-align:left}.pm-results .pipe{position:relative}.pm-results .pipe:after{content:"";display:block;position:absolute;right:0;top:7px;width:1px;height:30px;background-color:hsla(0,0%,100%,.2);z-index:10}.pm-results table{width:100%;border-collapse:collapse}.pm-results table td,.pm-results table th{padding:0 10px}.pm-results table thead{position:sticky;top:0;z-index:100;background-color:#2c4b69}.pm-results table thead th{font-weight:400;height:44px}.pm-results table td{background-color:#1e2d3d}.pm-results table tr{cursor:pointer}.pm-results table tr.row{border-top:2px solid #0f1c29}.pm-results table tr.row.alt td{background-color:#293847}.pm-results table tr.row:hover td{background-color:#f08080}.pm-results table td.td-expand{width:44px;height:44px}.pm-results table td.td-expand .pm-chevron-wrap{height:100%;display:flex;justify-content:center;align-items:center}.pm-results table td.td-expand .pm-chevron-wrap .pm-chevron{width:14px;height:14px;transform:rotate(-90deg)}.pm-results table td.td-expand .pm-chevron-wrap .pm-chevron.open{transform:rotate(0deg)}.pm-results table td.td-expand .pm-chevron-wrap .pm-chevron svg{width:auto;height:auto;fill:#fff}.pm-results .pm-result-wrap{display:flex;align-items:center}.max-100{max-width:10%}*{padding:0;margin:0}body,html{height:100%}body{font-family:Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f1c29;color:#fff;font-size:16px;line-height:16px}#app{height:100%;position:relative}.content-outer{margin:0 10px}.flex-center-all{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:10px;height:18px}::-webkit-scrollbar-thumb{height:6px;border:0 solid transparent;background-clip:padding-box;background-color:#969696;-webkit-border-radius:7px;-webkit-box-shadow:inset -1px -1px 0 #000,inset 1px 1px 0 #000}::-webkit-scrollbar-button{display:none;width:0;height:0}::-webkit-scrollbar-corner{background-color:transparent}.s1{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex:none;flex-direction:column}.s1 .s2{margin:0;height:44px;flex:none}.s1 .s3{position:relative}.s1 .s3,.s1x{height:100%;overflow:auto}.s1x{position:fixed;top:0;left:0;max-height:100%;width:190px;background-color:#eee;background-color:#8a2be2}.s1x .s2{background-color:#deb887}.s1x .s2 p{height:600px;background-color:#7fff00}.scroll-container{position:fixed;top:0;padding-top:44px;width:200px;height:600px;background-color:#00f}.scroll-container .scroll-container-inner{position:fixed;top:0;background-color:red;height:100%;width:100%;overflow:auto}.scroll-container .scroll-container-inner p{display:block;background-color:#0ff;width:100px;height:600px}