@import url(/css/tooltipDocumentation.css);.no-events{pointer-events:none}.f-col{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.f-col,.f-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.f-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.f-col.align-v-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.f-col.align-h-center,.f-row.align-v-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.f-row.align-h-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.f-col.align-v-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.f-col.align-h-bottom,.f-row.align-v-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.f-row.align-h-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.f-col.spread-out,.f-row.spread-out{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fill-height{height:-webkit-fill-available;height:-moz-available;height:stretch;height:100%}.fill-width{width:-webkit-fill-available;width:-moz-available;width:stretch;width:100%}.hug-height{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.hug-width{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.grow-children>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}:root{--pkb-primary-green:#219197;--pkb-secondary-green:#94c95e;--pkb-black:#2d2e2f;--pkb-disabled-grey:#ddd}body,html{margin:0;padding:0;font-family:Open Sans,sans-serif!important;font-size:14px;min-height:100vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100%;overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}*{-webkit-box-sizing:border-box;box-sizing:border-box}.pkb-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.pkb-body{padding:40px;max-width:1400px;width:100%}.box{background:#fafafa;border:1px solid #ddd;padding:20px;border-radius:10px;margin:0 0 10px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}h1{font-size:34px;line-height:42px;letter-spacing:-1.5px}h1,h2{margin:0}h2{font-size:28px;line-height:36px;letter-spacing:-.8px}h3{font-size:24px;line-height:32px;letter-spacing:-.6px}h3,h4{margin:0}h4{font-size:20px;line-height:28px;letter-spacing:-.4px}h1,h2,h3,h4{color:var(--pkb-black);position:relative}.bold{font-weight:600}.small{font-size:12px}a,a:visited{color:var(--pkb-primary-green)!important;text-decoration:none;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}a:hover{color:var(--pkb-secondary-green)!important}button.pkb{border:1px solid var(--pkb-secondary-green);background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 10px;border-radius:10px;font-family:Open Sans;cursor:pointer}button.pkb:not(:disabled):hover{color:#fff}button.pkb.alt1,button.pkb:not(:disabled):hover{background:var(--pkb-secondary-green)}button.pkb.alt1:not(:disabled):hover{border:1px solid var(--pkb-primary-green);background:var(--pkb-primary-green)}button.pkb:disabled{border:1px solid var(--pkb-disabled-green);background:var(--pkb-disabled-grey);cursor:default}button.pkb.selected{background:var(--pkb-secondary-green);color:#fff;cursor:default}.hidden{display:none}select.pkb{padding:5px 10px;padding-right:40px;font-family:Open Sans;border:1px solid var(--pkb-secondary-green);border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" fill="none" stroke="black" stroke-width="1.5"><path d="M1 1l4 4 4-4"/></svg>') no-repeat right 10px center;background-size:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}select.pkb:hover{color:#fff;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" fill="none" stroke="white" stroke-width="1.5"><path d="M1 1l4 4 4-4"/></svg>') no-repeat right 10px center;background-color:var(--pkb-secondary-green);background-size:10px}input.pkb[type=checkbox],select.pkb:hover{border:1px solid var(--pkb-secondary-green)}input.pkb[type=checkbox]{width:15px;height:15px;padding:0;border-radius:25%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;-webkit-transition:outline .1s;transition:outline .1s;margin:0;cursor:pointer}input.pkb[type=checkbox]:checked{background-size:60%;background-repeat:no-repeat;background-position:50%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: white" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>')}input.pkb[type=checkbox]:not(:disabled):checked{background-color:var(--pkb-primary-green);border-color:var(--pkb-primary-green)}input.pkb[type=checkbox]:disabled{cursor:default}input.pkb[type=checkbox]:disabled,input.pkb[type=checkbox]:disabled:checked{background-color:var(--pkb-disabled-grey);border-color:var(--pkb-disabled-grey)}@media (hover:hover){input.pkb[type=checkbox]:not(:disabled):hover{background-color:var(--pkb-secondary-green);border-color:var(--pkb-secondary-green)}}input.pkb[type=radio]{width:15px;height:15px;padding:0;border:1px solid var(--pkb-secondary-green);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;-webkit-transition:outline .1s;transition:outline .1s;margin:0;cursor:pointer}input.pkb[type=radio]:checked:after{content:"";display:block;width:60%;aspect-ratio:1;background:#fff;border-radius:50%;margin:20%}input.pkb[type=radio]:not(:disabled):checked{background-color:var(--pkb-primary-green);border-color:var(--pkb-primary-green)}input.pkb[type=radio]:disabled{cursor:default}input.pkb[type=radio]:disabled,input.pkb[type=radio]:disabled:checked{background-color:var(--pkb-disabled-grey);border-color:var(--pkb-disabled-grey)}@media (hover:hover){input.pkb[type=radio]:not(:disabled):hover{background-color:var(--pkb-secondary-green);border-color:var(--pkb-secondary-green)}}.page-title{margin-bottom:25px}.page-info{font-size:18px}tr.upregulated{border-left:5px solid red!important}tr.downregulated{border-left:5px solid #00f!important}.side-panel-filters div.filtering-ui-wrapper{border:none!important;background-color:#fff!important}.side-panel-filters .filter-pill-collection{display:none!important}.side-panel-filters .row.filtering-ui-content{display:block!important;text-align:left;padding-left:50px!important}.side-panel-filters .row.filtering-ui-content div.col{display:block!important;max-width:80%!important}.functional-page .btn-secondary{color:inherit!important;background-color:#fff!important}.functional-page .vlnPlot{background-color:#efefef!important}.functional-page .vlnPlots{margin-left:20px!important}.functional-page .categorical-filter-card,.functional-page .numeric-filter-card{width:220px!important}.functional-page .numeric-filter-chart,.functional-page .numeric-filter-input,.functional-page .numeric-filter-slider{width:100%!important}#phewas-datasets{border-right:none;margin-top:1rem}#phewas-datasets div{border-left:none;border-right:none}#phewas-datasets .top-level-value-item:first-child{text-align:left}#phewas-datasets .top-level-header,#phewas-datasets .top-level-value{font-size:1rem}#phewas-datasets .top-level-value:hover{background-color:#efefef}#phewas-datasets .list{margin-bottom:1rem}#phewas-datasets .feature-content-wrapper{border-left:4px solid rgba(108,117,125,.47058823529411764)}#phewas-datasets .feature-header-item{background-color:#d2d2d2}.phenotype-gene-association{position:relative}.phenotype-gene-association>.options-4-actions{display:none;position:absolute;background-color:#000;color:#fff;font-weight:400;padding:10px;border-radius:5px;left:-12px;top:10px;z-index:20;white-space:nowrap;line-height:1.5em;left:80%;top:-30%}.phenotype-gene-association:hover>.options-4-actions{display:block}.phenotype-gene-association:hover>.options-4-actions a{color:#fff!important}.phenotype-gene-association:hover>.options-4-actions a:hover{color:#aaf!important}div.filtering-ui-wrapper{border:1px solid #ddd;border-radius:5px;background-color:#efefef;text-align:center;margin-bottom:10px;padding:3px 0;position:relative}div.filtering-ui-wrapper.add-content{background-color:#ddefff;border:1px solid #bbdfff}div.filtering-ui-wrapper .filter-by-label{font-size:14px;font-weight:600}div.filtering-ui-wrapper .list-group{text-align:left}div.selected-filters-ui-wrapper{margin-bottom:30px;text-align:center;font-size:14px;font-weight:400;min-height:1px}div.selected-filters-ui-wrapper .badge-pill{font-size:12px;font-weight:400;margin:0 3px}div.filtering-ui-content{width:auto!important;display:block}div.filtering-ui-content .divider.col{width:1px!important;height:61px;padding:0 1px 0 0;background-color:#aaa;margin-bottom:-17px;margin-left:8px;margin-right:8px}div.filtering-ui-content .divider.col .or-text{display:block;position:absolute;left:-8px;top:35%;font-size:10px;background-color:#aaa;color:#fff;padding:2px 2px 1px 2px;border-radius:14px}#pageSearchParameters .divider.col{width:1px!important;height:61px;padding:0 1px 0 0;background-color:#fff;margin-bottom:-17px;margin-left:8px;margin-right:8px}#pageSearchParameters .divider.col .or-text{display:block;position:absolute;left:-6px;top:35%;font-size:10px;background-color:#666;color:#fff;padding:2px 2px 1px 2px;border-radius:14px;width:18px;font-weight:500;height:18px}#pageSearchParameters .btn.go{border:1px solid #ced4da;border-radius:.25em;height:30px;margin-top:-2px!important}div.filtering-ui-content div.col{display:inline-block!important;width:auto!important;font-size:14px;padding:5px 7px}div.filtering-ui-content div.col.hidden-search{display:none!important}div.filtering-ui-content div.col .label,span div.label{font-weight:600}span div.label{font-size:14px}div.filtering-ui-content div.col .form-control,div.filtering-ui-content div.col input,div.filtering-ui-content div.col select{height:30px;width:175px;font-size:14px}div.filtering-ui-content div.col input.or-half-gt,div.filtering-ui-content div.col input.or-half-lt{width:70px}div.filtering-ui-content div.col.filter-col-md .form-control,div.filtering-ui-content div.col.filter-col-md input,div.filtering-ui-content div.col.filter-col-md select{width:220px;display:inline-block}div.filtering-ui-content div.col.filter-col-lg .form-control,div.filtering-ui-content div.col.filter-col-lg input,div.filtering-ui-content div.col.filter-col-lg select{width:300px!important;display:inline-block}div.filtering-ui-content div.col.filter-col-sm input,div.filtering-ui-content div.col.filter-col-sm select,div.filtering-ui-content div.filter-col-sm .form-control{width:110px!important;display:inline-block}.help-content.filter-wrapper-help{display:block!important;position:absolute;top:2px;left:5px}.help-content.filter-wrapper-help .help-content-caller.hover{padding:.075em .525em .075em .525em!important}.btn.btn-sm.btn-2-vptz{height:30px;font-size:12px;margin-top:-1px;background-color:#a0d7ff;border:1px solid #30b7f6;color:#0087c6!important}.btn.btn-sm.btn-2-vptz:hover{background-color:#30b7f6;border:1px solid #30b7f6;color:#fff!important}[class*=filter-pill-]{margin-right:2px;margin-left:2px}.filter-pill-collection{margin:10px 0 10px 0}.filter-pill-collection.center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.atac-seq__browser .btn-secondary{padding-left:8px;padding-right:8px;margin-left:2px;margin-right:2px;margin-top:6px}.ReactModal__Content{top:176px!important;z-index:10!important}.TrackLegend-label{font-size:small!important;margin:0 0 0 2px;line-height:inherit!important;word-break:normal!important}.Track,.TrackLegend-label{min-height:20px!important}.pkb-nav[data-v-bfedd08c]{position:relative;width:100%;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 20px 0 15px;border-bottom:2px solid var(--pkb-primary-green);-webkit-box-shadow:0 2px 5px var(--pkb-primary-green);box-shadow:0 2px 5px var(--pkb-primary-green);z-index:10;font-family:Open Sans,sans-serif}a[data-v-bfedd08c],a[data-v-bfedd08c]:visited{color:#000!important}a[data-v-bfedd08c]:hover{text-decoration:none}.logo[data-v-bfedd08c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;cursor:pointer;-ms-flex-item-align:center;align-self:center}.logo-text[data-v-bfedd08c]{position:relative;font-weight:800;font-size:18px;color:var(--pkb-primary-green);margin-left:-10px}.logo-super[data-v-bfedd08c]{position:absolute;bottom:17px;right:0;font-weight:500;font-size:11px;color:var(--pkb-secondary-green)}.menu-wrapper[data-v-bfedd08c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px}.topmenu[data-v-bfedd08c]{gap:0}.topmenu-item[data-v-bfedd08c],.topmenu[data-v-bfedd08c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topmenu-item[data-v-bfedd08c]{color:var(--pkb-black);padding:5px 10px;gap:5px;cursor:pointer;font-size:12px}.topmenu-item[data-v-bfedd08c]:hover{color:var(--pkb-secondary-green)!important}.topmenu-item:hover svg [data-v-bfedd08c]{stroke:var(--pkb-secondary-green)!important}.topmenu-item.disabled[data-v-bfedd08c]{opacity:.5;pointer-events:none}.menu[data-v-bfedd08c]{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600}.main-menu-items[data-v-bfedd08c],.menu-item-wrapper[data-v-bfedd08c]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.main-menu-items[data-v-bfedd08c]{padding-right:2px}.main-menu-items[data-v-bfedd08c]:after{content:"";position:absolute;top:7px;right:0;width:2px;background-color:var(--pkb-primary-green);height:50%}.menu-item[data-v-bfedd08c]{position:relative;padding:5px 10px;cursor:pointer;border-radius:10px 10px 0 0;font-weight:600;color:var(--pkb-black);border-bottom:5px solid transparent}.menu-item.menu-item-main[data-v-bfedd08c]{color:var(--pkb-primary-green)!important}.menu-item.menu-item-selected[data-v-bfedd08c]{color:var(--pkb-primary-green);border-bottom:5px solid var(--pkb-primary-green)}.menu-item-wrapper.active .menu-item[data-v-bfedd08c],.menu-item-wrapper:has(.submenu-item.active) .menu-item[data-v-bfedd08c],.menu-item-wrapper:hover .menu-item[data-v-bfedd08c]{color:var(--pkb-primary-green)!important;border-bottom:5px solid var(--pkb-primary-green)}.menu-item-wrapper:hover>.submenu[data-v-bfedd08c]{display:-webkit-box;display:-ms-flexbox;display:flex}.submenu[data-v-bfedd08c]{position:absolute;top:100%;right:0;background:var(--pkb-secondary-green);padding:10px 10px 15px 15px;border-radius:0 0 5px 5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px;display:none;border-top:2px solid var(--pkb-primary-green);-webkit-box-shadow:inset 0 7px 5px -5px var(--pkb-primary-green);box-shadow:inset 0 7px 5px -5px var(--pkb-primary-green)}.submenu-item[data-v-bfedd08c]{color:var(--pkb-black);width:-webkit-fill-available;text-align:right}.submenu-item.active[data-v-bfedd08c],.submenu-item[data-v-bfedd08c]:hover{color:#fff!important;cursor:pointer}.pkb-beta[data-v-bfedd08c]{height:20px;line-height:16px;background:#219197;color:#fff;padding:2px 15px 0;position:absolute;bottom:-20px;left:19px;mix-blend-mode:multiply}.pkb-footer[data-v-a1554296]{width:100%;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 20px;border-top:3px solid var(--pkb-primary-green);-webkit-box-shadow:0 2px 10px var(--pkb-primary-green);box-shadow:0 2px 10px var(--pkb-primary-green);min-height:70px;margin-top:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;.menu[data-v-a1554296]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.menu a[data-v-a1554296],.menu a[data-v-a1554296]:visited{color:#000!important}.menu a[data-v-a1554296]:hover{color:var(--pkb-secondary-green)!important;text-decoration:none}.menu-item-wrapper[data-v-a1554296],.submenu[data-v-a1554296]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}a.submenu-item[data-v-a1554296]{font-weight:400}.logos img[data-v-a1554296]{width:20px}.logos a[data-v-a1554296]{opacity:.7}.logos a[data-v-a1554296]:hover{opacity:1}}.atac-seq[data-v-a8ef23a2]{margin-top:20px;margin-bottom:20px}.atac-seq__browser[data-v-a8ef23a2]{width:100%;min-height:70vh}.atac-seq__loading[data-v-a8ef23a2]{font-style:italic}#tracklist[data-v-a8ef23a2]{margin-top:50px;margin-left:25px;font-size:small}#tracklist h5[data-v-a8ef23a2]{margin-bottom:10px}.reset-search[data-v-3f3a4da7]{position:absolute;top:4px;right:4px;color:#999;font-size:14px}.reset-search[data-v-3f3a4da7]:hover{color:#333}.byor-single-search-wrapper[data-v-3f3a4da7]{width:100%}.byor-single-search[data-v-3f3a4da7]{width:100%;margin-left:auto;margin-right:auto}.byor-single-search-results-wrapper[data-v-3f3a4da7]{position:relative;margin-left:auto;margin-right:auto}.byor-single-search-results[data-v-3f3a4da7]{position:absolute;width:100%;background-color:#fff;font-size:14px;z-index:100;padding:10px 15px;border-radius:.25rem;-webkit-box-shadow:10px 10px 10px 10px rgba(0,0,0,.2);box-shadow:10px 10px 10px 10px rgba(0,0,0,.2);overflow-y:scroll;max-height:500px;text-align:left}.single-search-option[data-v-3f3a4da7]:hover{border-bottom:2px solid #ddd;margin-bottom:-2px}.search-word-group[data-v-3f3a4da7]{color:#ccc;font-size:12px;display:block;float:right}.search-gene-link[data-v-3f3a4da7]{position:relative}.search-gene-link .gene-link-tip[data-v-3f3a4da7]{display:none;position:absolute;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,.6);color:#fff!important;font-size:12px;padding:0 4px;border-radius:5px;top:-3px;left:-220px}.search-gene-link:hover .gene-link-tip[data-v-3f3a4da7]{display:block}.donor-snapshot[data-v-0303afdc]{margin-top:24px;width:100%}.snapshot-shell[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.snapshot-header[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.snapshot-title[data-v-0303afdc]{color:#173d39;font-size:1.6em;font-weight:700}.snapshot-subtitle[data-v-0303afdc]{margin-top:2px;font-size:1.2em;max-width:720px}.snapshot-scroll[data-v-0303afdc]{overflow-x:auto;padding-bottom:4px}.snapshot-skeleton-rows[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.snapshot-comparison[data-v-0303afdc]{display:grid;gap:8px;min-width:1100px}.snapshot-comparison-loading[data-v-0303afdc]{overflow:visible}.snapshot-card[data-v-0303afdc]{min-width:0;padding:10px;border:1px solid #d8e6e1;border-top-width:4px;background:#fbfbfb;-webkit-box-shadow:0 10px 24px rgba(19,48,44,.05);box-shadow:0 10px 24px rgba(19,48,44,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.snapshot-card-all[data-v-0303afdc]{border-top-color:#4faea8}.snapshot-card-assay[data-v-0303afdc]{border-top-color:#3d9fd2}.snapshot-card-special[data-v-0303afdc]{background:#fbfbfb}.snapshot-card-skeleton[data-v-0303afdc]{border-top-color:#d8e6e1}.snapshot-skeleton-line[data-v-0303afdc]{position:relative;overflow:hidden;border-radius:999px;background:#dce8e2}.snapshot-skeleton-line[data-v-0303afdc]:after{content:"";position:absolute;inset:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,hsla(0,0%,100%,.85)),to(transparent));background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.85) 50%,transparent);-webkit-animation:snapshot-skeleton-shimmer-0303afdc 1.4s ease-in-out infinite;animation:snapshot-skeleton-shimmer-0303afdc 1.4s ease-in-out infinite}.snapshot-skeleton-cap[data-v-0303afdc]{width:52%;height:8px;border-radius:999px;background:#dce8e2}.snapshot-skeleton-plot[data-v-0303afdc],.snapshot-skeleton-special[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.snapshot-skeleton-special[data-v-0303afdc]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.snapshot-skeleton-chart[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;margin-top:8px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.snapshot-skeleton-histogram[data-v-0303afdc]{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));-webkit-box-align:end;-ms-flex-align:end;align-items:end;gap:4px;height:54px;margin-top:8px}.snapshot-skeleton-axis[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;margin-top:6px}.snapshot-skeleton-chart-row[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.snapshot-skeleton-line-kicker[data-v-0303afdc]{width:32%;height:8px}.snapshot-skeleton-line-title[data-v-0303afdc]{width:64%;height:14px;margin-top:8px}.snapshot-skeleton-line-label[data-v-0303afdc]{width:38%;height:7px}.snapshot-skeleton-line-value[data-v-0303afdc]{width:48%;height:24px;margin-top:12px}.snapshot-skeleton-line-bar[data-v-0303afdc]{width:100%;height:6px}.snapshot-skeleton-line-axis[data-v-0303afdc]{width:20px;height:7px}.snapshot-skeleton-histogram-bar[data-v-0303afdc]{border-radius:5px 5px 2px 2px;background:#dce8e2}.snapshot-card-kicker[data-v-0303afdc],.snapshot-card-title[data-v-0303afdc]{color:#1d4f4b;font-size:12px;font-weight:700;line-height:1.3}.snapshot-card-kicker[data-v-0303afdc]{text-transform:uppercase;letter-spacing:.08em;color:#237262;font-size:10px}.snapshot-special-title[data-v-0303afdc]{margin-top:4px;color:#163c39;font-size:16px;font-weight:700;line-height:1.1}.snapshot-overview-value[data-v-0303afdc]{margin-top:8px;color:#183c3a;font-size:26px;font-weight:700;line-height:1}.snapshot-overview-label[data-v-0303afdc]{margin-top:2px;color:#55706a;font-size:12px}.snapshot-overview-meta[data-v-0303afdc]{margin-top:6px;color:#64807a;font-size:10px;line-height:1.35}.snapshot-overview-link[data-v-0303afdc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:7px 10px;border:1px solid var(--pkb-primary-green);border-radius:999px;background:var(--pkb-primary-green);color:#fff!important;font-size:11px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.snapshot-overview-link.alt[data-v-0303afdc]{color:var(--pkb-primary-green)!important;background:#fff;border:1px solid var(--pkb-primary-green)}.snapshot-card-link[data-v-0303afdc]{-ms-flex-item-align:start;align-self:flex-start;margin-top:auto}.snapshot-card-heading[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.snapshot-info[data-v-0303afdc]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#dcebe5;color:#456760;font-size:9px;cursor:help;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.snapshot-coverage-badge[data-v-0303afdc],.snapshot-info[data-v-0303afdc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700}.snapshot-coverage-badge[data-v-0303afdc]{-ms-flex-item-align:start;align-self:flex-start;margin-top:6px;padding:3px 7px;border-radius:999px;background:rgba(19,126,188,.1);color:#145776;font-size:10px;letter-spacing:.02em}.snapshot-micro-bars[data-v-0303afdc]{gap:5px;margin-top:6px}.snapshot-micro-bars[data-v-0303afdc],.snapshot-micro-row[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.snapshot-micro-row[data-v-0303afdc]{gap:2px}.snapshot-micro-meta[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.snapshot-micro-label[data-v-0303afdc],.snapshot-micro-value[data-v-0303afdc]{color:#365652;font-size:10px}.snapshot-micro-value[data-v-0303afdc]{font-weight:700;white-space:nowrap}.snapshot-micro-label-full[data-v-0303afdc]{min-width:0;line-height:1.2;white-space:normal}.snapshot-micro-track[data-v-0303afdc]{position:relative;height:5px;overflow:hidden;border-radius:999px;background:#e7f0ec}.snapshot-micro-fill[data-v-0303afdc]{height:100%;border-radius:999px}.snapshot-histogram[data-v-0303afdc]{margin-top:6px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.snapshot-histogram-bars[data-v-0303afdc]{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));-webkit-box-align:end;-ms-flex-align:end;align-items:end;gap:4px;height:52px;padding:0 1px}.snapshot-histogram-bar-wrap[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%}.snapshot-histogram-bar[data-v-0303afdc]{width:100%;min-height:3px;border-radius:6px 6px 2px 2px;-webkit-box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.3);box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.3)}.snapshot-histogram-axis[data-v-0303afdc]{margin-top:5px;color:#7a9089;line-height:1}.snapshot-card-footer[data-v-0303afdc],.snapshot-histogram-axis[data-v-0303afdc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:10px}.snapshot-card-footer[data-v-0303afdc]{margin-top:auto;padding-top:8px;color:#6f8780;line-height:1.25;gap:8px}.snapshot-card-footer-part[data-v-0303afdc]{white-space:nowrap}.snapshot-card-footer-part[data-v-0303afdc]:last-child{margin-left:auto;text-align:right}.snapshot-empty-state[data-v-0303afdc]{margin-top:6px;color:#6f8780;font-size:10px;line-height:1.35}@-webkit-keyframes snapshot-skeleton-shimmer-0303afdc{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes snapshot-skeleton-shimmer-0303afdc{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}label[data-v-01ebd7f9]{margin-bottom:0}.categorical-filter-card[data-v-01ebd7f9]{padding:14px 0 16px;border-bottom:1px solid #d8d1c4}.categorical-filter-head[data-v-01ebd7f9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.categorical-filter-title[data-v-01ebd7f9]{color:#22343f;font-size:15px;font-weight:700;line-height:1.2}.categorical-filter-badge[data-v-01ebd7f9]{padding:3px 8px;border-radius:999px;background:#f1e6cf;color:#986c14;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.categorical-filter-meta[data-v-01ebd7f9]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:6px;color:#687b87;font-size:12px}.categorical-filter-actions[data-v-01ebd7f9]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.categorical-filter-button[data-v-01ebd7f9]{border:1px solid #8e97a1;border-radius:8px;background:transparent;color:#4f6571;font-size:12px;font-weight:600}.categorical-filter-options[data-v-01ebd7f9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;margin-top:12px;overflow:hidden;background:#fffdfa}.categorical-filter-option[data-v-01ebd7f9]{display:grid;grid-template-columns:22px minmax(0,1fr) auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:2px 10px 2px 5px}.categorical-filter-option[data-v-01ebd7f9]:first-child{border-top:0}.categorical-filter-checkbox[data-v-01ebd7f9]{width:16px;height:16px;margin:0}.categorical-filter-option-label[data-v-01ebd7f9]{min-width:0;color:#22343f;font-size:12px;font-weight:500}.categorical-filter-option-count[data-v-01ebd7f9]{color:#5f7480;font-size:12px;font-weight:500}.numeric-filter-card[data-v-45272bea]{padding:14px 0 16px;border-bottom:1px solid #d8d1c4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.numeric-filter-head[data-v-45272bea]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.numeric-filter-title[data-v-45272bea]{color:#22343f;font-size:15px;font-weight:700;line-height:1.2}.numeric-filter-meta[data-v-45272bea]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:3px;color:#687b87;font-size:12px}.numeric-filter-badge[data-v-45272bea]{padding:3px 8px;border-radius:999px;background:#e4ece7;color:#4a6756;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.numeric-filter-chart[data-v-45272bea]{width:100%;height:42px}.numeric-filter-chart-svg[data-v-45272bea]{display:block;width:100%;height:100%}.numeric-filter-bar[data-v-45272bea]{fill:#638e9d;-webkit-transition:opacity .12s ease;transition:opacity .12s ease}.numeric-filter-bar.dimmed[data-v-45272bea]{opacity:.26}.numeric-filter-axis-line[data-v-45272bea],.numeric-filter-axis-tick[data-v-45272bea]{stroke:#bac5c8;stroke-width:1}.numeric-filter-axis-label[data-v-45272bea]{fill:#73848b;font-size:9px}.numeric-filter-slider[data-v-45272bea]{position:relative;padding:10px 9px}.numeric-range-track[data-v-45272bea]{position:absolute;top:50%;left:9px;right:9px;height:3px;border-radius:999px;background:#dce3e0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.numeric-range-active[data-v-45272bea]{position:absolute;top:0;height:100%;border-radius:999px;background:#5c8794}.numeric-range-input[data-v-45272bea]{position:absolute;top:50%;left:4px;width:calc(100% - 9px);height:18px;margin:0;background:transparent;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.numeric-range-input[data-v-45272bea]::-webkit-slider-thumb{width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#5c8794;-webkit-box-shadow:0 3px 8px rgba(31,29,26,.18);box-shadow:0 3px 8px rgba(31,29,26,.18);pointer-events:auto;-webkit-appearance:none}.numeric-range-input[data-v-45272bea]::-moz-range-thumb{width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#5c8794;box-shadow:0 3px 8px rgba(31,29,26,.18);pointer-events:auto}.numeric-range-input[data-v-45272bea]::-webkit-slider-runnable-track{background:transparent}.numeric-range-input[data-v-45272bea]::-moz-range-track{background:transparent}.numeric-filter-values[data-v-45272bea]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:0 2px}.numeric-filter-input[data-v-45272bea]{width:100%;min-width:0;padding:0 8px;border:0;background:#ddd;color:#4f6571;font-size:12px;font-weight:600}.numeric-filter-input-right[data-v-45272bea]{text-align:right}.tooltip[data-v-a8219914]{display:block!important;z-index:10000}.ph-builder-filters-wrapper[data-v-5e560aef]{margin-bottom:20px}.ph-group-option[data-v-5e560aef]{font-size:14px;margin-right:10px;display:inline-block}.ph-group-option input[type=checkbox][data-v-5e560aef]{width:14px;height:14px}.disease-systems-sub-pages .select-disease-wrapper[data-v-5e560aef]{position:absolute;z-index:200;top:16px;left:140px;color:#fff}.select-disease-wrapper label[data-v-5e560aef]{display:inline-block!important;margin:0!important;margin-bottom:.5rem!important}.disease-systems-sub-pages .select-disease[data-v-5e560aef]{width:15px;font-size:14px;background:#fff;border:0 solid #fff;border-radius:10px;color:#f7835c;padding:0 8px;height:16px;text-align:center;display:inline-block;margin-left:5px;vertical-align:-2px;position:relative}.disease-systems-sub-pages .select-disease[data-v-5e560aef]:hover{cursor:pointer}.disease-systems-sub-pages .select-disease .menu-arrow[data-v-5e560aef]{display:block;font-weight:700;position:absolute;top:-2px;left:5px}.disease-systems-sub-pages .select-disease:hover .menu-arrow[data-v-5e560aef]{left:8px}.select-disease .options-wrapper[data-v-5e560aef]{display:none;position:absolute;margin-left:-90px;margin-top:8px;-webkit-box-shadow:3px 3px 3px 3px rgba(0,0,0,.2);box-shadow:3px 3px 3px 3px rgba(0,0,0,.2)}.select-disease:hover .options-wrapper[data-v-5e560aef]{display:block}.select-disease .option[data-v-5e560aef]{color:#666;background-color:#fff;width:200px;font-size:14px;border-bottom:1px solid #ddd;text-align:left;padding:3px 10px}.select-disease .option.reset[data-v-5e560aef]{background-color:#fdd}.select-disease .option[data-v-5e560aef]:hover{cursor:pointer;color:#000}.disease-systems-front .select-disease[data-v-5e560aef]{margin:5px 5% 20px 5%;width:90%}.select-disease-label[data-v-5e560aef]{display:block;font-size:14px;font-weight:700;text-align:left;padding-left:5%;margin:0}.custom-phenotypes-list-builder[data-v-5e560aef]{position:fixed;top:15%;left:calc(50% - 380px);width:760px;height:75%;text-align:left;background-color:#fff;padding:15px;-webkit-box-shadow:0 10px 10px 10px rgba(0,0,0,.2);box-shadow:0 10px 10px 10px rgba(0,0,0,.2);border-radius:5px;z-index:101;text-align:center}.custom-phenotypes-list-builder .table-wrapper[data-v-5e560aef]{width:100%;height:calc(100% - 160px);overflow-y:auto;margin-bottom:15px;border:1px solid #ddd;font-size:14px}.custom-phenotypes-list-builder .table-wrapper.group[data-v-5e560aef]{height:calc(100% - 260px)}.custom-phenotypes-list-builder .table-wrapper table[data-v-5e560aef]{margin-top:-1px}.custom-phenotypes-list-builder table td.phenotype-name[data-v-5e560aef]{text-align:left}.custom-phenotypes-list-builder table td.phenotype-group[data-v-5e560aef]{background:none!important}.session-info[data-v-5e560aef]{width:100%}.session-info button[data-v-5e560aef]{margin:0 5px 0 5px}.reset-button[data-v-5e560aef]{font-size:16px;padding:0 10px;border-radius:15px;margin-top:20px}.disease-systems-front .disease-systems-tree[data-v-5e560aef]{text-align:center;display:block;max-width:760px!important;color:#fff;margin-top:10px;position:relative;margin-left:auto;margin-right:auto}.disease-systems-front .disease-system[data-v-5e560aef]{width:100px;text-align:center;font-size:14px;display:inline-grid;vertical-align:top;margin:0 30px 5px -10px}.disease-systems-front .disease-systems-icon[data-v-5e560aef]{width:100px;height:100px}.disease-systems-sub-pages .disease-systems-tree[data-v-5e560aef]{text-align:center;display:block;width:100%;color:#fff;margin-top:10px;position:relative}.disease-systems-sub-pages .disease-system[data-v-5e560aef]{width:100px;text-align:center;font-size:14px;display:inline-block;vertical-align:top;margin:0 10px 0 10px}.disease-systems-sub-pages .disease-systems-icon[data-v-5e560aef]{width:40px;height:40px}.disease-system-options[data-v-5e560aef]{visibility:hidden;color:#000;text-align:left;position:absolute;width:400px;height:auto;border-radius:5px;background-color:#fff;z-index:100;top:100px;left:-140px;padding:15px;-webkit-box-shadow:10px 10px 10px 10px rgba(0,0,0,.2);box-shadow:10px 10px 10px 10px rgba(0,0,0,.2)}.disease-system:hover>.disease-system-options[data-v-5e560aef]{visibility:visible}div.disease-name[data-v-5e560aef]{padding-left:5px;font-size:14px}.community-portal[data-v-5e560aef]{margin-bottom:10px;padding-left:5px}.community-portal img[data-v-5e560aef]{height:40px!important;width:auto!important}.number-of-phenotypes[data-v-5e560aef]{font-size:12px;float:left}.tooltip[data-v-506c519b]{display:block!important;z-index:10000}.disease-in-session[data-v-377060c7]{color:#fff;margin-left:10px;vertical-align:-4px}.compelling{background-color:#4ebf59}.extreme{background-color:#5ecc69}.very-strong{background-color:#71d97b}.strong{background-color:#7ee087}.moderate{background-color:#91eb9a}.anecdotal{background-color:#a1f0a9}.no-evidence{background-color:#fff}.mouse-tooltip[data-v-902f79a0]{position:fixed;top:-10000px;left:-10000px;background:#fff;padding:5px 10px;-webkit-box-shadow:rgba(0,0,0,.5) -4px 9px 25px -6px;box-shadow:-4px 9px 25px -6px rgba(0,0,0,.5);z-index:5000;opacity:0}.mouse-tooltip.show[data-v-902f79a0]{opacity:1}.col[data-v-743b3002]{vertical-align:text-top}.format-fix-textfield[data-v-743b3002]{display:block}.umap-container[data-v-51da75aa]{position:relative;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.umap-canvas[data-v-51da75aa]{display:block;width:100%;height:100%}.umap-label-canvas[data-v-51da75aa]{position:absolute;top:0;left:0;pointer-events:none;width:100%;height:100%}.umap-axis-indicator[data-v-51da75aa]{position:absolute;right:5px;bottom:5px;pointer-events:none}button[data-v-51da75aa]{border:1px solid rgba(0,0,0,.25);background:#fff;color:#4e4e4e;padding:1px 3px;font-size:14px!important}button[data-v-51da75aa]:hover{border:1px solid rgba(0,0,0,.5)}.legends[data-v-51da75aa]{gap:20px}.legend[data-v-51da75aa]{margin:0 10px 0 0;gap:1px}.legend .label[data-v-51da75aa]{font-size:11px!important;line-height:11px}.legend .gradient[data-v-51da75aa]{height:15px;width:100px;border-radius:20px}.legend .marks[data-v-51da75aa]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;line-height:11px}svg[data-v-6026921e]{font-family:sans-serif}[data-v-6026921e] .chart-label{font-size:12px;opacity:.5;font-family:inherit}[data-v-6026921e] .plot.highlighting .bar{opacity:.2}[data-v-6026921e] .plot.highlighting .bar.on{opacity:1}.stacked-bar-chart[data-v-14f449a7]{overflow-x:auto}svg[data-v-502ade1a]{font-family:sans-serif}[data-v-502ade1a] .chart-label{font-size:12px;opacity:.5}.legend-svg[data-v-502ade1a]{-ms-flex-item-align:end;align-self:flex-end;overflow:visible}svg[data-v-78d55a46]{font-family:sans-serif}[data-v-78d55a46] .chart-label{font-size:12px;opacity:.5}[data-v-78d55a46] .plot.highlighting .bar{opacity:.2}[data-v-78d55a46] .plot.highlighting .bar.on{opacity:1}select[data-v-4c2e7bf2]{background:#fff;font-size:14px}.list-container[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;width:-webkit-fill-available}.list-container.vertical[data-v-4c2e7bf2]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:unset;flex-wrap:unset;gap:0}.list-container.start[data-v-4c2e7bf2]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.list-container.center[data-v-4c2e7bf2]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.list-container.end[data-v-4c2e7bf2]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.list-option[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer;opacity:1}.list-option[data-v-4c2e7bf2]:has(.colorize-option.selected){background:#eee}.list-option:hover .option-label[data-v-4c2e7bf2]{opacity:.5}.dropdown-container[data-v-4c2e7bf2]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fill-available}.dropdown-container[data-v-4c2e7bf2],.dropdown-group[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.dropdown-content[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-x:hidden;overflow-y:auto}.dropdown-option[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;cursor:pointer}.accordion-container[data-v-4c2e7bf2]{width:-webkit-fill-available;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-x:hidden;overflow-y:auto}.accordion-control[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.accordion-content[data-v-4c2e7bf2]{height:0;overflow-y:hidden}.accordion-group.selected[data-v-4c2e7bf2]{.accordion-content[data-v-4c2e7bf2]{height:auto}.arrow svg[data-v-4c2e7bf2]{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}button.colorize-option[data-v-4c2e7bf2]{border:0;background:transparent;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colorize-option[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;path[data-v-4c2e7bf2]{opacity:.25}}.colorize-option.on[data-v-4c2e7bf2]{path[data-v-4c2e7bf2]{opacity:1}}.colorize-option[data-v-4c2e7bf2]:not(.on):hover{path[data-v-4c2e7bf2]{opacity:.5}}.accordion-group.colored[data-v-4c2e7bf2]{.accordion-control .colorize-option[data-v-4c2e7bf2]{path[data-v-4c2e7bf2]{opacity:1}}.accordion-content .colorize-option.on[data-v-4c2e7bf2]{path[data-v-4c2e7bf2]{opacity:1}}}.select-option[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;cursor:pointer;max-width:calc(100% - 20px)}.select-option .arrow[data-v-4c2e7bf2]{width:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.label-option[data-v-4c2e7bf2]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 0 15px;gap:5px}.option-label[data-v-4c2e7bf2]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metadata-item[data-v-cfc8e7e6]{display:grid;grid-template-columns:.7fr 1.3fr;font-size:13px}.download-chart{float:right;margin-bottom:25px}.pagination.b-pagination[data-v-d3dcb27a]{margin:0;padding:0;font-size:14px;border:0}.pagination.b-pagination .page-link[data-v-d3dcb27a]{line-height:1!important;height:25px;min-width:25px;border-radius:50%}.tabs-group[data-v-d3dcb27a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.tabs-wrapper[data-v-d3dcb27a]{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;.tab[data-v-d3dcb27a]{padding:10px 10px;margin:0 -1px -1px 0;background:#eee;cursor:pointer;font-size:16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.tab[data-v-d3dcb27a]:last-child{margin-right:0}.tab.selected[data-v-d3dcb27a]{cursor:default;background:#fff;border-bottom:#fff;font-weight:700}}select[data-v-d3dcb27a]{background:#fff;font-size:14px}button[data-v-d3dcb27a]{border:1px solid rgba(0,0,0,.25);background:#fff;color:#4e4e4e;padding:1px 3px;font-size:14px!important}button[data-v-d3dcb27a]:hover{border:1px solid rgba(0,0,0,.5)}.colorize-option[data-v-d3dcb27a]{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;svg[data-v-d3dcb27a]{width:14px}path[data-v-d3dcb27a]{opacity:.25}}.colorize-option.active[data-v-d3dcb27a]{path[data-v-d3dcb27a]{opacity:1}}.legends[data-v-d3dcb27a]{gap:20px}.legend[data-v-d3dcb27a]{margin:0 10px 0 0;gap:1px}.legend .label[data-v-d3dcb27a]{font-size:11px!important;line-height:11px}.legend .gradient[data-v-d3dcb27a]{height:15px;width:100px;border-radius:20px}.legend .gradient-tall[data-v-d3dcb27a]{height:100px;width:15px;border-radius:20px}.legend .circles[data-v-d3dcb27a]{height:15px;width:-webkit-fill-available;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0}.legend .circleBorder[data-v-d3dcb27a]{border:1px solid #ccc;border-radius:50%;aspect-ratio:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.legend .circle[data-v-d3dcb27a]{aspect-ratio:1;background:#ccc;border-radius:50%;-ms-flex-item-align:center;align-self:center}.legend .marks[data-v-d3dcb27a]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;line-height:11px}.geneLoader[data-v-d3dcb27a]{width:20px;height:20px;border:3px solid #000;border-bottom-color:#ccc;border-radius:50%;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:rotation-d3dcb27a 1s linear infinite;animation:rotation-d3dcb27a 1s linear infinite}@-webkit-keyframes rotation-d3dcb27a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation-d3dcb27a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.plot-toggle[data-v-d3dcb27a]{display:-webkit-box;display:-ms-flexbox;display:flex;background:#ddd;border:1px solid #ddd;border-radius:10px;width:-webkit-min-content;width:-moz-min-content;width:min-content;cursor:pointer;font-size:12px}.plot-toggle-btn[data-v-d3dcb27a]{padding:0 5px;border-radius:10px;color:#8b8b8b}.plot-toggle-btn.toggled[data-v-d3dcb27a]{background:#fff;color:#000}.chart-label[data-v-d3dcb27a]{font-size:12px;opacity:.5}.download[data-v-d3dcb27a]{margin:0;float:unset;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[data-v-d3dcb27a] .download button{color:#000;background-color:#fff;padding:.25rem .5rem;border:1px solid rgba(0,0,0,.25);font-size:12px}[data-v-d3dcb27a] .download button:hover{color:#000;border:1px solid #000}[data-v-d3dcb27a] .download.show button{background:#fff;color:#000}[data-v-d3dcb27a] .download.show ul li:nth-child(-n+2){display:none}[data-v-d3dcb27a] .download.show .dropdown-menu{min-width:0;width:100%;-webkit-transform:none!important;transform:none!important;top:100%!important}[data-v-d3dcb27a] .download.show .dropdown-item{text-align:center}[data-v-d3dcb27a] .b-table-sticky-header{padding:0 10px}[data-v-d3dcb27a] .b-table-sticky-header th.position-relative{position:sticky!important}[data-v-d3dcb27a] .dataset-row{cursor:pointer}[data-v-d3dcb27a] .selected-dataset-row{background-color:#d0ebff!important}[data-v-d3dcb27a] .capitalize{text-transform:capitalize}