.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%;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}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}.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}}.mouse-tooltip[data-v-21315d24]{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-21315d24]{opacity:1}.umap-wrap[data-v-22b3f518]{position:relative;aspect-ratio:1;border:1px solid #ccc;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.umap-overlay[data-v-22b3f518]{position:absolute;width:100%;height:100%;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;background:#ccc;z-index:50}.umap[data-v-22b3f518]{width:0;height:0;position:absolute}.umapTooltip[data-v-22b3f518]{position:absolute;width:auto;height:auto;background:#eee;top:5px;left:5px;padding:2px 5px}.umapTooltip.hidden[data-v-22b3f518]{display:none}.scb-tooltip[data-v-22b3f518]{position:fixed;top:-1000px;left:-1000px;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)}.scb-tooltip.show[data-v-22b3f518]{opacity:1}button[data-v-22b3f518]{border:1px solid rgba(0,0,0,.25);background:#fff;color:#4e4e4e;padding:1px 3px;font-size:14px!important}button[data-v-22b3f518]:hover{border:1px solid rgba(0,0,0,.5)}.umap-container[data-v-1b331a1e]{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-1b331a1e]{display:block;width:100%;height:100%}.umap-label-canvas[data-v-1b331a1e]{position:absolute;top:0;left:0;pointer-events:none;width:100%;height:100%}button[data-v-1b331a1e]{border:1px solid rgba(0,0,0,.25);background:#fff;color:#4e4e4e;padding:1px 3px;font-size:14px!important}button[data-v-1b331a1e]:hover{border:1px solid rgba(0,0,0,.5)}svg[data-v-3cc70df7]{font-family:sans-serif}[data-v-3cc70df7] .chart-label{font-size:12px;opacity:.5;font-family:inherit}[data-v-3cc70df7] .plot.highlighting .bar{opacity:.2}[data-v-3cc70df7] .plot.highlighting .bar.on{opacity:1}.stacked-bar-chart[data-v-14f449a7]{overflow-x:auto}svg[data-v-3797b9c8]{font-family:sans-serif}[data-v-3797b9c8] .chart-label{font-size:12px;opacity:.5}svg[data-v-619e3aea]{font-family:sans-serif}[data-v-619e3aea] .chart-label{font-size:12px;opacity:.5}[data-v-619e3aea] .plot.highlighting .bar{opacity:.2}[data-v-619e3aea] .plot.highlighting .bar.on{opacity:1}select[data-v-433c5538]{background:#fff;font-size:14px}.list-container[data-v-433c5538]{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-433c5538]{-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-433c5538]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.list-container.center[data-v-433c5538]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.list-container.end[data-v-433c5538]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.list-option[data-v-433c5538]{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-433c5538]:has(.colorize-option.selected){background:#eee}.list-option:hover .option-label[data-v-433c5538]{opacity:.5}.dropdown-container[data-v-433c5538]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fill-available}.dropdown-container[data-v-433c5538],.dropdown-group[data-v-433c5538]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.dropdown-content[data-v-433c5538]{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-433c5538]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;cursor:pointer}.accordion-container[data-v-433c5538]{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-433c5538]{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-433c5538]{height:0;overflow-y:hidden}.accordion-group.selected[data-v-433c5538]{.accordion-content[data-v-433c5538]{height:auto}.arrow svg[data-v-433c5538]{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}button.colorize-option[data-v-433c5538]{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-433c5538]{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;path[data-v-433c5538]{opacity:.25}}.colorize-option.on[data-v-433c5538]{path[data-v-433c5538]{opacity:1}}.colorize-option[data-v-433c5538]:not(.on):hover{path[data-v-433c5538]{opacity:.5}}.accordion-group.colored[data-v-433c5538]{.accordion-control .colorize-option[data-v-433c5538]{path[data-v-433c5538]{opacity:1}}.accordion-content .colorize-option.on[data-v-433c5538]{path[data-v-433c5538]{opacity:1}}}.select-option[data-v-433c5538]{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-433c5538]{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-433c5538]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 0 15px;gap:5px}.option-label[data-v-433c5538]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metadata-item[data-v-778cb0d3]{display:grid;grid-template-columns:.7fr 1.3fr;font-size:13px}.download-chart{float:right;margin-bottom:25px}.pagination.b-pagination[data-v-705facfc]{margin:0;padding:0;font-size:14px;border:0}.pagination.b-pagination .page-link[data-v-705facfc]{line-height:1!important;height:25px;min-width:25px;border-radius:50%}.tabs-group[data-v-705facfc]{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-705facfc]{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;.tab[data-v-705facfc]{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-705facfc]:last-child{margin-right:0}.tab.selected[data-v-705facfc]{cursor:default;background:#fff;border-bottom:#fff;font-weight:700}}select[data-v-705facfc]{background:#fff;font-size:14px}button[data-v-705facfc]{border:1px solid rgba(0,0,0,.25);background:#fff;color:#4e4e4e;padding:1px 3px;font-size:14px!important}button[data-v-705facfc]:hover{border:1px solid rgba(0,0,0,.5)}.colorize-option[data-v-705facfc]{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-705facfc]{width:14px}path[data-v-705facfc]{opacity:.25}}.colorize-option.active[data-v-705facfc]{path[data-v-705facfc]{opacity:1}}.legends[data-v-705facfc]{gap:20px}.legend[data-v-705facfc]{margin:0 10px 0 0;gap:1px}.legend .label[data-v-705facfc]{font-size:11px!important;line-height:11px}.legend .gradient[data-v-705facfc]{height:15px;width:100px;border-radius:20px}.legend .gradient-tall[data-v-705facfc]{height:100px;width:15px;border-radius:20px}.legend .circles[data-v-705facfc]{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-705facfc]{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-705facfc]{aspect-ratio:1;background:#ccc;border-radius:50%;-ms-flex-item-align:center;align-self:center}.legend .marks[data-v-705facfc]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;line-height:11px}.geneLoader[data-v-705facfc]{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-705facfc 1s linear infinite;animation:rotation-705facfc 1s linear infinite}@-webkit-keyframes rotation-705facfc{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation-705facfc{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.plot-toggle[data-v-705facfc]{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-705facfc]{padding:0 5px;border-radius:10px;color:#8b8b8b}.plot-toggle-btn.toggled[data-v-705facfc]{background:#fff;color:#000}.chart-label[data-v-705facfc]{font-size:12px;opacity:.5}.download[data-v-705facfc]{margin:0;float:unset;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[data-v-705facfc] .download button{color:#000;background-color:#fff;padding:.25rem .5rem;border:1px solid rgba(0,0,0,.25);font-size:12px}[data-v-705facfc] .download button:hover{color:#000;border:1px solid #000}[data-v-705facfc] .download.show button{background:#fff;color:#000}[data-v-705facfc] .download.show ul li:nth-child(-n+2){display:none}[data-v-705facfc] .download.show .dropdown-menu{min-width:0;width:100%;-webkit-transform:none!important;transform:none!important;top:100%!important}[data-v-705facfc] .download.show .dropdown-item{text-align:center}