.home-page{width:100%;height:100%}.home-page .home-content-wrap{height:100%}.home-page .home-content-wrap .home-page-menu{background-color:var(--color-canvas-subtle);height:33px;display:flex;position:relative}.home-page .home-content-wrap .home-page-menu .btn{margin:3px}.home-page .home-content-wrap .home-page-menu .resume-btn{color:#adff2f}.home-page .home-content-wrap .home-page-menu .right-column{position:absolute;top:-2px;right:0}.home-page .home-content-wrap .home-page-menu .right-column .pm-toggle-btn,.home-page .home-content-wrap .home-page-menu .right-column .open-program-details-btn{height:fit-content}.home-page .home-content-wrap .home-table-wrap{height:calc(50% - 33px)}.home-page .home-content-wrap .flow-editor-wrap{height:50%}
.home-table{background-color:#111520;width:100%;height:100%}.home-table .table-wrap{width:100%;height:100%;padding-left:5px;overflow-y:auto}.home-table .table-wrap table{table-layout:fixed;text-align:left;width:100%;font-size:90%}.home-table .table-wrap table thead{z-index:1000;background:#1e243a;position:sticky;top:0}.home-table .table-wrap table tbody .table-row{cursor:pointer}.home-table .table-wrap table tbody .table-row td{text-overflow:ellipsis;white-space:nowrap;padding:1px;overflow:hidden}.home-table .table-wrap table tbody .table-row td.method{color:gray}.home-table .table-wrap table tbody .table-row td.method.GET{color:#027a02}.home-table .table-wrap table tbody .table-row td.method.POST{color:#87ac51}.home-table .table-wrap table tbody .table-row td.method.PUT{color:#0e8088}.home-table .table-wrap table tbody .table-row td.method.PATCH{color:#2d8579}.home-table .table-wrap table tbody .table-row td.method.DELETE{color:#8d1827}.home-table .table-wrap table tbody .table-row td.intercepted{color:#9acd32}.home-table .table-wrap table tbody .table-row:hover{background-color:#4c7ee946}.home-table .table-wrap table tbody .table-row.dim{filter:brightness(70%)}.home-table .table-wrap table tbody .table-row.selected{filter:brightness(130%);background:#2e395ea1}.home-table .table-wrap table tbody .table-row.small{font-size:xx-small}.home-table .table-wrap table tbody .custom-row-item{color:#d0d7e3;font-size:xx-small}.home-table .table-wrap table tbody .custom-row-item.highlight{font-size:small}.home-table .table-wrap table:focus tbody .selected{color:#e0e0e0;background-color:#0037ad!important}.homw-table:hover ::-webkit-scrollbar-thumb{display:block}
.flow-editor{background-color:#111520;width:100%;height:100%}.flow-editor .editor-menu{background-color:#1e243a;height:25px;display:flex}.flow-editor .editors-wrap-horizontal{width:100%;height:calc(100% - 25px);display:flex}.flow-editor .editors-wrap-horizontal .editor-wrap{width:50%;height:100%}.flow-editor .editors-wrap-horizontal .editor-wrap.request-editor-wrap{border-right:1px solid #2e3a5c}
.te-container{width:100%;height:100%;padding-top:10px;font-size:14px;overflow:auto}.te-editable{white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;counter-reset:line;caret-color:#6a97fa;outline:none;flex:1;margin:0;padding:0 0 40px}.te-editable>div{white-space:pre-wrap;overflow-wrap:break-word;word-break:break-all;border-left:3px solid #0000;min-height:1.3em;padding-left:55px;line-height:1.3em;position:relative}.te-editable>div:before{counter-increment:line;content:counter(line);text-align:right;color:#b1bad1;opacity:.6;-webkit-user-select:none;user-select:none;pointer-events:none;width:45px;padding:1px 10px 0 0;font-size:14px;position:absolute;left:0}
.request-editor{height:100%}.request-editor .request-pre-editor-wrap{border-bottom:1px solid #2e3a5c;height:50%}.request-editor .request-content-editor-wrap{height:50%}
.response-editor{height:100%}.response-editor .response-pre-editor-wrap{border-bottom:1px solid #2e3a5c;height:50%}.response-editor .response-content-editor-wrap{height:50%}
