UNPKG

vue-data-ui-hq

Version:

A user-empowering data visualization Vue 3 components library for eloquent data storytelling

1 lines 121 kB
svg[data-v-85dc28dc] *{all:unset}.spin[data-v-85dc28dc]{animation:smartspin-85dc28dc .5s infinite linear}@keyframes smartspin-85dc28dc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-ui-user-options-drawer[data-open=false][data-v-7bde71b6]{display:none}.vue-ui-user-options-drawer[data-open=true][data-v-7bde71b6]{position:absolute;top:36px;display:flex;flex-direction:column;gap:4px;animation:show-user-options-7bde71b6 125ms ease-in forwards;transform-origin:top;opacity:0;border-radius:0 0 3px 3px;box-shadow:0 6px 12px -6px #0000004d}@keyframes show-user-options-7bde71b6{0%{opacity:0;transform:translateY(-6px) scaleY(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.vue-ui-user-options-closing[data-v-7bde71b6]{animation:close-user-options-7bde71b6 125ms ease-out;transform-origin:top;opacity:1}@keyframes close-user-options-7bde71b6{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scaleY(.95)}}.vue-ui-user-options-button[data-v-7bde71b6]{all:unset;padding:3px;border-radius:3px;height:auto;border:1px solid transparent;background:inherit;display:flex;align-items:center;justify-content:center;white-space:nowrap;cursor:pointer;position:relative}.vue-ui-user-options-button[data-v-7bde71b6]:hover{background:#0000000d!important}.vue-ui-user-options-button[data-v-7bde71b6]:focus-visible{outline:1px solid #CCCCCC}.button-info-right[data-v-7bde71b6],.button-info-left[data-v-7bde71b6]{position:absolute;top:50%;padding:4px 12px;pointer-events:none;opacity:0;transform:translateY(-50%)}.button-info-right[data-v-7bde71b6]{right:100%;border-radius:4px 0 0 4px}.button-info-right-visible[data-v-7bde71b6]{animation:showInfoRight-7bde71b6 .2s ease-in forwards}.button-info-left[data-v-7bde71b6]{left:100%;border-radius:0 4px 4px 0}.button-info-left-visible[data-v-7bde71b6]{animation:showInfoLeft-7bde71b6 .2s ease-in forwards}@keyframes showInfoRight-7bde71b6{0%{opacity:0;transform:translateY(-50%) scaleX(.9)}to{opacity:1;transform:translateY(-50%) scale(1)}}@keyframes showInfoLeft-7bde71b6{0%{opacity:0;transform:translateY(-50%) scaleX(.9)}to{opacity:1;transform:translateY(-50%) scale(1)}}.vue-ui-skeleton-animated[data-v-de10c104]{animation:skeleton-animate-de10c104 1.62s infinite linear}@keyframes skeleton-animate-de10c104{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.vue-ui-data-table thead[data-v-2ff8c36f]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-2ff8c36f]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-2ff8c36f],th[data-v-2ff8c36f],td[data-v-2ff8c36f]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-2ff8c36f]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-2ff8c36f]{display:none}.vue-ui-responsive td[data-v-2ff8c36f]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-2ff8c36f]{outline:var(--7fc6aa63)}.vue-ui-responsive td[data-v-2ff8c36f]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-2ff8c36f]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-2ff8c36f]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}summary[data-v-eac1d579]{-webkit-user-select:none;user-select:none;cursor:pointer}details[data-v-eac1d579]{overflow:hidden}details>summary[data-v-eac1d579]{list-style:none}.vue-ui-accordion-head[data-v-eac1d579]{display:flex;flex-direction:row;gap:6px}.vue-ui-accordion-arrow[data-v-eac1d579]{display:flex;place-items:center;justify-content:center;width:fit-content;transform:rotate(0);transition:transform .3s ease-in-out;transform-origin:center}details[open]>summary .vue-ui-accordion-arrow[data-v-eac1d579]{transform:rotate(90deg)}details summary[data-v-eac1d579]::-webkit-details-marker{display:none}div.vue-ui-accordion-content[data-v-eac1d579]{opacity:0;box-sizing:border-box;max-height:0;overflow:hidden;transition:max-height .4s ease-out,opacity .4s ease-out}details[open]+div.vue-ui-accordion-content[data-v-eac1d579]{max-height:var(--d7cf4950);transition:max-height 1s ease-out,opacity 1s ease-out;opacity:1}details[open] span[data-v-eac1d579]:before{rotate:90deg;transition:rotate .2s ease-out}.hidden-input[data-v-4a91affd]{max-height:0px;max-width:0px;visibility:hidden}.color-picker-wrapper[data-v-4a91affd]{cursor:pointer;display:inline-block;position:relative}.icon[data-v-4a91affd]{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.vue-ui-color-picker[data-v-4a91affd]{border-radius:0;box-shadow:0 6px 12px #0000004d;display:grid;gap:6px;grid-template-columns:32px 32px;left:calc(100% + 30px);padding:6px;position:absolute;top:-48px;z-index:1}.vue-ui-color-picker-option[data-v-4a91affd]{align-items:center;border-radius:0;display:flex;height:32px;justify-content:center;position:relative;width:32px}.vue-ui-color-picker-option[data-v-4a91affd]:hover{box-shadow:2px 2px 6px #0000004d;transition:all .2s ease-in-out}.vue-ui-pen-and-paper[data-v-aa57055a]{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABg2lDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSIVh2YQcchQnSyIijhKFYtgobQVWnUwufQLmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi6OSk6CIl/i8ptIjx4Lgf7+497t4BQrPKNKtnAtB020wn4lIuvyqFXhGGiAhCiMnMMpKZxSx8x9c9Any9i/Es/3N/jgG1YDEgIBHPMcO0iTeIZzZtg/M+scjKskp8Tjxu0gWJH7muePzGueSywDNFM5ueJxaJpVIXK13MyqZGPE0cVTWd8oWcxyrnLc5atc7a9+QvDBf0lQzXaY4ggSUkkYIEBXVUUIWNGK06KRbStB/38Q+7/hS5FHJVwMixgBo0yK4f/A9+d2sVpya9pHAc6H1xnI9RILQLtBqO833sOK0TIPgMXOkdf60JzH6S3uho0SNgcBu4uO5oyh5wuQMMPRmyKbtSkKZQLALvZ/RNeSByC/Sveb2193H6AGSpq+Ub4OAQGCtR9rrPu/u6e/v3TLu/H5C7crM1WjgWAAAABmJLR0QAqwB5AHWF+8OUAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH5gwUExIUagzGcQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjTldAxDoNQDIPhL0+q1L33P1AvAhN7xfK6WAgoLfSfrNiykpQtE+7RLzx2vgF9D3o8lWDmn1QVVMP0LZQGmNtqp1/cmou0XHdG/+sYeGZwFBqPCub8rkcvvAGvsi1VYarR8wAAAABJRU5ErkJggg==) 5 5,auto;z-index:0}.inactive[data-v-aa57055a]{pointer-events:none}.vue-ui-pen-and-paper-actions[data-v-aa57055a]{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1;display:flex;flex-direction:column;gap:4px}.vue-ui-pen-and-paper-action[data-v-aa57055a]{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:2px;transition:all .2s ease-in-out;cursor:pointer;position:relative}.vue-ui-pen-and-paper-action[data-v-aa57055a]:hover{box-shadow:2px 2px 6px #0000004d}.vue-ui-pen-and-paper-action-disabled[data-v-aa57055a]{opacity:.5;cursor:not-allowed}.vue-ui-pen-and-paper-path[data-v-aa57055a]{stroke-linecap:round;stroke-linejoin:round}input[type=range].vertical-range[data-v-aa57055a]{writing-mode:vertical-lr;position:absolute;top:50%;transform:translateY(-50%) rotate(180deg);left:36px}.vue-ui-dna[data-v-baddc836] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-baddc836]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-baddc836]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-baddc836]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-baddc836]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-baddc836]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-baddc836]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-3d-bar[data-v-baddc836] *{transition:unset}.vue-ui-3d-bar[data-v-baddc836]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-3d-bar-stack[data-v-baddc836]{transition:opacity .2s ease-in-out}.vue-ui-donut-arc-path[data-v-baddc836]{animation:donut-baddc836 .5s ease-in-out;transform-origin:center}@keyframes donut-baddc836{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-data-ui-tooltip{box-shadow:0 6px 12px -6px #0003;position:fixed;padding:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.vue-data-ui-custom-tooltip{position:fixed;z-index:3}.vue-ui-dna[data-v-5ebef784] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-5ebef784]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-5ebef784]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-5ebef784]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-5ebef784]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-5ebef784]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-5ebef784]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-age-pyramid[data-v-5ebef784] *{transition:unset}.vue-ui-age-pyramid[data-v-5ebef784]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-age-pyramid .vue-ui-age-pyramid-label[data-v-5ebef784]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-age-pyramid-legend[data-v-5ebef784]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-age-pyramid-legend-item[data-v-5ebef784]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-age-pyramid-tooltip[data-v-5ebef784]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1;font-variant-numeric:tabular-nums}.vue-ui-annotator summary[data-v-14ebd65f]{text-align:center}.vue-ui-annotator button.button-tool[data-v-14ebd65f]{align-items:center;cursor:pointer!important;display:flex;height:28px;justify-content:center;opacity:.9;padding:2px;width:28px}.vue-ui-annotator button.button-tool[data-v-14ebd65f]:hover{opacity:1}.vue-ui-annotator button.button-tool[data-v-14ebd65f]:disabled{opacity:.3;cursor:not-allowed}.vue-ui-annotator .tool-selection[data-v-14ebd65f]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.vue-ui-annotator .tool-input[data-v-14ebd65f]{display:flex;flex-direction:column;align-items:center}.vue-ui-annotator .tool-input input[data-v-14ebd65f]{background:#fff;padding:3px;border-radius:3px;width:40px}.vue-ui-annotator .tool-input label[data-v-14ebd65f]{font-size:.6em}.vue-ui-annotator text[data-v-14ebd65f]{-webkit-user-select:none;user-select:none}.vue-ui-annotator summary[data-v-14ebd65f]{-webkit-user-select:none;user-select:none;cursor:pointer}.vue-ui-annotator .animated-circle-print[data-v-14ebd65f]{stroke-linecap:round!important;stroke-dasharray:400;stroke-dashoffset:0;animation:animate-circle-14ebd65f 1s infinite linear}@keyframes animate-circle-14ebd65f{0%{opacity:0;stroke-dashoffset:400}to{opacity:1;stroke-dashoffset:0}}.vue-ui-annotator .tooltip[data-v-14ebd65f]{position:relative;display:inline-block;border-bottom:1px dotted black}.vue-ui-annotator .tooltip .tooltiptext[data-v-14ebd65f]{visibility:hidden;width:120px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.vue-ui-annotator .tooltip .tooltiptext[data-v-14ebd65f]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.vue-ui-annotator .tooltip:hover .tooltiptext[data-v-14ebd65f]{visibility:visible;opacity:1}.vue-ui-annotator .draw--free[data-v-14ebd65f]{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABg2lDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpSIVh2YQcchQnSyIijhKFYtgobQVWnUwufQLmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi6OSk6CIl/i8ptIjx4Lgf7+497t4BQrPKNKtnAtB020wn4lIuvyqFXhGGiAhCiMnMMpKZxSx8x9c9Any9i/Es/3N/jgG1YDEgIBHPMcO0iTeIZzZtg/M+scjKskp8Tjxu0gWJH7muePzGueSywDNFM5ueJxaJpVIXK13MyqZGPE0cVTWd8oWcxyrnLc5atc7a9+QvDBf0lQzXaY4ggSUkkYIEBXVUUIWNGK06KRbStB/38Q+7/hS5FHJVwMixgBo0yK4f/A9+d2sVpya9pHAc6H1xnI9RILQLtBqO833sOK0TIPgMXOkdf60JzH6S3uho0SNgcBu4uO5oyh5wuQMMPRmyKbtSkKZQLALvZ/RNeSByC/Sveb2193H6AGSpq+Ub4OAQGCtR9rrPu/u6e/v3TLu/H5C7crM1WjgWAAAABmJLR0QAqwB5AHWF+8OUAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH5gwUExIUagzGcQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABfSURBVBjTldAxDoNQDIPhL0+q1L33P1AvAhN7xfK6WAgoLfSfrNiykpQtE+7RLzx2vgF9D3o8lWDmn1QVVMP0LZQGmNtqp1/cmou0XHdG/+sYeGZwFBqPCub8rkcvvAGvsi1VYarR8wAAAABJRU5ErkJggg==) 5 5,auto}.double-range-slider[data-v-7b7105e4]{position:relative!important;width:100%;height:40px;margin:0 auto;padding-bottom:12px}.minimap[data-v-7b7105e4]{pointer-events:none;position:absolute;top:-33px;left:0}.minimap svg[data-v-7b7105e4]{position:absolute;top:0;left:0}input[type=range][data-v-7b7105e4]{position:absolute;left:-10px;width:calc(100% + 17px);right:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none;z-index:3}input[type=range][data-v-7b7105e4]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:20px;height:20px;background-color:var(--b551c218);border-radius:50%;cursor:pointer;position:relative;z-index:2;outline:2px solid var(--3d4ca768);transition:all .2s ease-in-out}input[type=range][data-v-7b7105e4]::-webkit-slider-thumb:active,input[type=range][data-v-7b7105e4]::-webkit-slider-thumb:hover{box-shadow:0 0 0 10px var(--5763f24e);background-color:var(--1d81e898)}input[type=range][data-v-7b7105e4]::-moz-range-thumb{pointer-events:auto;width:20px;height:20px;background-color:var(--b551c218);border-radius:50%;cursor:pointer;position:relative;z-index:2;outline:2px solid var(--3d4ca768);transition:all .2s ease-in-out}input[type=range][data-v-7b7105e4]::-moz-range-thumb:active,input[type=range][data-v-7b7105e4]::-moz-range-thumb:hover{box-shadow:0 0 0 10px var(--5763f24e);background-color:var(--1d81e898)}input[type=range][data-v-7b7105e4]::-ms-thumb{pointer-events:auto;width:20px;height:20px;background-color:var(--b551c218);border-radius:50%;cursor:pointer;position:relative;z-index:2;outline:2px solid var(--3d4ca768);transition:all .2s ease-in-out}input[type=range][data-v-7b7105e4]::-ms-thumb:active,input[type=range][data-v-7b7105e4]::-ms-thumb:hover{box-shadow:0 0 0 10px var(--5763f24e);background-color:var(--1d81e898)}.slider-track[data-v-7b7105e4]{position:absolute;width:99%;height:8px;border-radius:4px;background:var(--39e04726);top:8px;z-index:1;left:50%;transform:translate(-50%);-webkit-transform:translateX(-50%)}.range-highlight[data-v-7b7105e4]{position:absolute;height:8px;top:8px;z-index:1;border-radius:4px}.vue-data-ui-refresh-button[data-v-7b7105e4]{position:absolute;left:50%;transform:translate(-50%);outline:none;border:none;background:transparent;height:36px;width:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:transform .2s ease-in-out;transform-origin:center}.vue-data-ui-refresh-button[data-v-7b7105e4]:focus{outline:1px solid var(--b551c218)}.vue-data-ui-refresh-button[data-v-7b7105e4]:hover{transform:translate(-50%) rotate(-90deg)}.vue-data-ui-slicer-labels[data-v-7b7105e4]{display:flex;flex-direction:row;align-items:center;height:40px}.vue-data-ui-slicer-label-left[data-v-7b7105e4],.vue-data-ui-slicer-label-right[data-v-7b7105e4]{position:absolute}.thumb-label[data-v-7b7105e4]{position:absolute;transform:translate(-50%);width:1px;white-space:nowrap}.vue-ui-dna[data-v-0dd3964d] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-0dd3964d]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-0dd3964d]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-0dd3964d]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-0dd3964d]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-0dd3964d]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-0dd3964d]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-candlestick[data-v-0dd3964d] *{transition:unset}.vue-ui-candlestick[data-v-0dd3964d]{-webkit-user-select:none;user-select:none;width:100%}path[data-v-0dd3964d],line[data-v-0dd3964d],rect[data-v-0dd3964d]{animation:xyAnimation-0dd3964d .5s ease-in-out;transform-origin:center}@keyframes xyAnimation-0dd3964d{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-candlestick .vue-ui-candlestick-label[data-v-0dd3964d]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-candlestick-tooltip[data-v-0dd3964d]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-dna[data-v-71c82090] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-71c82090]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-71c82090]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-71c82090]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-71c82090]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-71c82090]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-71c82090]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-chestnut[data-v-71c82090] *{transition:unset}.vue-ui-chestnut[data-v-71c82090]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-chestnut .vue-ui-chestnut-label[data-v-71c82090]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-chestnut-legend[data-v-71c82090]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-chestnut-legend-item[data-v-71c82090]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-chestnut-tooltip[data-v-71c82090]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-chestnut-animated[data-v-71c82090]{opacity:0;animation:chestnut-opacity-71c82090 .2s ease-in-out forwards}@keyframes chestnut-opacity-71c82090{0%{transform:scaleX(.98);opacity:0}to{transform:scale(1);opacity:1}}.vue-ui-chestnut-table[data-v-71c82090]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-71c82090]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-71c82090]{width:100%;padding:1rem;border-collapse:collapse;overflow-x:auto}caption[data-v-71c82090],th[data-v-71c82090],td[data-v-71c82090]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-71c82090]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-71c82090]{display:none}.vue-ui-responsive td[data-v-71c82090]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-71c82090]{outline:var(--19c36e36)}.vue-ui-responsive td[data-v-71c82090]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-71c82090]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-71c82090]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}path[data-v-71c82090],circle[data-v-71c82090],rect[data-v-71c82090],text[data-v-71c82090],line[data-v-71c82090]{transition:opacity .3s ease-in-out!important}.rotating-circles[data-v-2eca1939]{transform-origin:center;animation:rotateCircles-2eca1939 2s infinite linear}@keyframes rotateCircles-2eca1939{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.circle-wave[data-v-2eca1939]{animation:circleWave-2eca1939 1s cubic-bezier(0,1.01,1,1);transform-origin:center}@keyframes circleWave-2eca1939{0%{transform:scale(1);opacity:1}to{transform:scale(20);opacity:0}}.vue-ui-dashboard-container[data-v-c94a91b0]{width:100%;height:fit-content;position:relative;overflow:hidden}.vue-ui-dashboard-grid-container[data-v-c94a91b0]{position:absolute;width:100%;height:100%;overflow:hidden}.vue-ui-dashboard-grid[data-v-c94a91b0]{position:absolute;width:100%;height:100%}.vue-ui-dashboard-grid-item[data-v-c94a91b0]{position:absolute;border:2px solid transparent;transition:opacity .1s ease-in-out}.vue-ui-dashboard-grid-item[data-v-c94a91b0]:hover{border:2px dashed var(--f9823544)}.vue-ui-dashboard-grid-item--locked[data-v-c94a91b0]{border:none!important;cursor:default!important}.vue-ui-dashboard-grid-item:hover .vue-ui-dashboard-resize-handle[data-v-c94a91b0]{opacity:.5}.vue-ui-dashboard-resize-handle[data-v-c94a91b0]{position:absolute;width:10px;height:10px;background:var(--57e70dbc);opacity:0;transition:opacity .1s ease-in-out}.vue-ui-dashboard-resize-handle[data-v-c94a91b0]:hover{opacity:1}.vue-ui-dashboard-top-left[data-v-c94a91b0]{top:-5px;left:-5px;cursor:nw-resize}.vue-ui-dashboard-top-right[data-v-c94a91b0]{top:-5px;right:-5px;cursor:ne-resize}.vue-ui-dashboard-bottom-left[data-v-c94a91b0]{bottom:-5px;left:-5px;cursor:sw-resize}.vue-ui-dashboard-bottom-right[data-v-c94a91b0]{bottom:-5px;right:-5px;cursor:se-resize}.vue-ui-dashboard-button[data-v-c94a91b0]{margin:6px 0;border-radius:3px;height:30px;border:1px solid #b9bfc4;background:inherit;display:flex;align-items:center;justify-content:center;font-family:inherit;cursor:pointer}.vue-ui-dashboard-button[data-v-c94a91b0]:hover{background:#0000000d}.vue-ui-dashboard-print-icon[data-v-c94a91b0]{animation:smartspin-c94a91b0 .5s infinite linear}@keyframes smartspin-c94a91b0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vue-data-ui-legend[data-v-310b3d7d]{-webkit-user-select:none;user-select:none;height:fit-content;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-data-ui-legend-item[data-v-310b3d7d]{-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px;height:fit-content;text-align:left}.active[data-v-310b3d7d]{cursor:pointer}.vue-ui-dna[data-v-1a12aa08] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-1a12aa08]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-1a12aa08]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-1a12aa08]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-1a12aa08]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-1a12aa08]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-1a12aa08]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-donut[data-v-1a12aa08] *{transition:unset}.vue-ui-donut[data-v-1a12aa08]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-1a12aa08]{animation:donut-1a12aa08 .5s ease-in-out;transform-origin:center}@keyframes donut-1a12aa08{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-donut .vue-ui-donut-label[data-v-1a12aa08]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-donut-datalabel-slot[data-v-1a12aa08]{width:100%;height:-webkit-fit-content;height:fit-content}.vue-ui-donut-datalabel-slot-not-safari[data-v-1a12aa08]{position:absolute;top:0;transform:translateY(-50%)}.vue-ui-dna[data-v-93f724ae] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-93f724ae]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-93f724ae]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-93f724ae]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-93f724ae]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-93f724ae]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-93f724ae]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-donut-evolution[data-v-93f724ae] *{transition:unset;transition:opacity .5s ease-in-out}.vue-ui-donut-evolution[data-v-93f724ae]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-donut-evolution-focus[data-v-93f724ae]{animation:donut-93f724ae .5s ease-in-out;transform-origin:center}.donut-hover[data-v-93f724ae]{cursor:pointer}.donut-opacity[data-v-93f724ae]{transition:opacity .2s ease-in-out}.donut-behind[data-v-93f724ae]{opacity:.1}@keyframes donut-93f724ae{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-donut-evolution-dialog[data-v-93f724ae] *{animation:dialog-pop-93f724ae .1s ease-in!important;transform-origin:center!important}@keyframes dialog-pop-93f724ae{0%{transform:scale(.8);opacity:0}90%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-dna[data-v-11bf02e1] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-11bf02e1]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-11bf02e1]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-11bf02e1]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-11bf02e1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-11bf02e1]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-11bf02e1]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-dumbbell[data-v-11bf02e1] *{transition:unset}.vue-ui-dumbbell[data-v-11bf02e1]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-dna[data-v-ae461a22] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-ae461a22]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-ae461a22]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-ae461a22]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-ae461a22]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-ae461a22]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-ae461a22]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-flow[data-v-ae461a22] *{transition:unset}.vue-ui-flow[data-v-ae461a22]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-flow-node[data-v-ae461a22],.vue-ui-flow-link[data-v-ae461a22]{transition:opacity .2s ease-in-out}.vue-ui-galaxy[data-v-31c4c9ad] *{transition:unset}.vue-ui-galaxy[data-v-31c4c9ad]{-webkit-user-select:none;user-select:none;position:relative}path[data-v-31c4c9ad]{animation:galaxy-31c4c9ad .5s ease-in-out;transform-origin:center;transition:stroke-width .1s ease-in-out!important}@keyframes galaxy-31c4c9ad{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-galaxy .vue-ui-galaxy-label[data-v-31c4c9ad]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-dna[data-v-31c4c9ad] *{animation:none!important}.vue-ui-galaxy-blur[data-v-31c4c9ad]{filter:blur(3px) opacity(50%) grayscale(100%);transition:all .15s ease-in-out}.vue-data-ui-fullscreen--on[data-v-31c4c9ad]{height:80%!important;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-31c4c9ad]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-31c4c9ad]{overflow:auto}.vue-ui-dna[data-v-f8647d77] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-f8647d77]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-f8647d77]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-f8647d77]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-f8647d77]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-f8647d77]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-f8647d77]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-gauge[data-v-f8647d77] *{transition:unset}.vue-ui-gauge[data-v-f8647d77]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-gauge .vue-ui-gauge-label[data-v-f8647d77]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-gauge-legend[data-v-f8647d77]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-gauge-legend-item[data-v-f8647d77]{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;height:24px}.vue-ui-gauge-tooltip[data-v-f8647d77]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-dna[data-v-a682835e] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-a682835e]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-a682835e]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-a682835e]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-a682835e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-a682835e]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-a682835e]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-heatmap[data-v-a682835e] *{transition:unset}.vue-ui-heatmap[data-v-a682835e]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-heatmap .vue-ui-heatmap-label[data-v-a682835e]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.vue-ui-heatmap-legend[data-v-a682835e]{height:100%;width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;column-gap:18px}.vue-ui-heatmap-legend-item[data-v-a682835e]{display:flex;align-items:center;gap:6px;cursor:pointer;height:24px}.vue-ui-heatmap-tooltip[data-v-a682835e]{border:1px solid #e1e5e8;border-radius:4px;box-shadow:0 6px 12px -6px #0003;max-width:300px;position:fixed;padding:12px;z-index:1}.vue-ui-heatmap-table[data-v-a682835e]{width:100%;max-height:300px;overflow:auto;margin-top:24px;position:relative}.vue-ui-data-table thead[data-v-a682835e]{position:sticky;top:0;font-weight:400;-webkit-user-select:none;user-select:none}table[data-v-a682835e]{width:100%;padding:1rem;border-collapse:collapse}caption[data-v-a682835e],th[data-v-a682835e],td[data-v-a682835e]{padding:.5rem;font-variant-numeric:tabular-nums}caption[data-v-a682835e]{font-size:1.3rem;font-weight:700}.vue-ui-responsive th[data-v-a682835e]{display:none}.vue-ui-responsive td[data-v-a682835e]{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);padding:.5rem 1rem;outline:none!important;text-align:left}.vue-ui-responsive tr[data-v-a682835e]{outline:var(--11b0c6cf)}.vue-ui-responsive td[data-v-a682835e]:first-child{padding-top:1rem}.vue-ui-responsive td[data-v-a682835e]:last-child{padding-bottom:1rem}.vue-ui-responsive td[data-v-a682835e]:before{content:attr(data-cell) ": ";font-weight:700;text-transform:capitalize}path.onion-animated[data-v-d78afb42]{stroke-dasharray:0;stroke-dashoffset:0;animation:onion-groove-d78afb42 infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes onion-groove-d78afb42{0%{stroke-dasharray:160;stroke-dashoffset:-140;filter:blur(0px)}to{stroke-dasharray:160;stroke-dashoffset:0;filter:var(--a1772a34)}}path.line-animated[data-v-d78afb42]{stroke-dasharray:0;stroke-dashoffset:0;animation:line-funk-d78afb42 infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes line-funk-d78afb42{0%{stroke-dasharray:300;stroke-dashoffset:300;filter:blur(0px)}to{stroke-dasharray:300;stroke-dashoffset:100;filter:var(--e5bbb532)}}path.bar-animated[data-v-d78afb42]{stroke-dasharray:0;stroke-dashoffset:0;animation:bar-jazz-d78afb42 infinite cubic-bezier(.53,.15,.57,.93) 3s}@keyframes bar-jazz-d78afb42{0%{stroke-dasharray:60;stroke-dashoffset:60;filter:blur(0px)}to{stroke-dasharray:60;stroke-dashoffset:0;filter:var(--c88232a4)}}.vue-ui-dna[data-v-a6682d9a] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-a6682d9a]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-a6682d9a]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-a6682d9a]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-a6682d9a]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-a6682d9a]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-a6682d9a]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-molecule[data-v-a6682d9a] *{transition:unset}.vue-ui-molecule[data-v-a6682d9a]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-dna[data-v-6ecc504b] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-6ecc504b]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-6ecc504b]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-6ecc504b]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-6ecc504b]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-6ecc504b]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-6ecc504b]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-mood-radar[data-v-6ecc504b] *{transition:unset}.vue-ui-mood-radar[data-v-6ecc504b]{-webkit-user-select:none;user-select:none;position:relative}.vue-ui-mood-radar-trap[data-v-6ecc504b]{transition:all .2s ease-in-out}.vue-ui-dna[data-v-b36de847] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-b36de847]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-b36de847]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-b36de847]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-b36de847]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-b36de847]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 14 8 L 14 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-watermark[data-v-b36de847]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vue-ui-nested-donuts[data-v-b36de847] *{transition:unset}.vue-ui-nested-donuts[data-v-b36de847]{-webkit-user-select:none;user-select:none;position:relative}.animated[data-v-b36de847]{animation:donut-b36de847 .5s ease-in-out;transform-origin:center}@keyframes donut-b36de847{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02);opacity:1}to{transform:scale(1);opacity:1}}.vue-ui-nested-donuts-legend[data-v-b36de847]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vue-ui-nested-donuts-legend-title[data-v-b36de847]{width:100%;padding:0 0 12px}.vue-ui-dna[data-v-60ee16cc] *{animation:none!important}.vue-data-ui-fullscreen--on[data-v-60ee16cc]{height:90%;margin:0 auto!important}.vue-data-ui-fullscreen--off[data-v-60ee16cc]{max-width:100%}.vue-data-ui-wrapper-fullscreen[data-v-60ee16cc]{overflow:scroll}.vue-data-ui-zoom-plus[data-v-60ee16cc]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'><path fill='none' d='M 14.65 14.65 L 18 18' stroke-linejoin='round' stroke-width='2' stroke='white'/><path fill='none' stroke-width='1' stroke='black' d='M 9 1 A 1 1 0 0 0 9 17 A 1 1 0 0 0 9 1 M 14.65 14.65 L 18 18 M 9 5 L 9 13 M 5 9 L 13 9'/><path fill='none' d='M 9 0 A 1 1 0 0 0 9 18 A 1 1 0 0 0 9 0' stroke-width='0.5' stroke='white'/><path fill='none' d='M 4 8 L 8 8 L 8 4 L 10 4 L 10 8 L 14 8 L 14 10 L 10 10 L 10 14 L 8 14 L 8 10 L 4 10 Z' stroke-linejoin='round' stroke-width='0.5' stroke='white'/></svg>") 10 10,pointer}.vue-data-ui-zoom-minus[data-v-60ee16cc]{cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0