.loader{--loaderSize: 65px;width:var(--loaderSize);border:4px solid rgba(0,0,0,0);border-right-color:var(--loaderColor, var(--blue));aspect-ratio:1;display:grid;border-radius:50%;animation:load 1s linear infinite}.loader:before{content:"";grid-area:1/1;border:inherit;border-radius:50%;animation:s5 2s infinite;margin:2px;animation:load 2s infinite}.loader:after{content:"";grid-area:1/1;border:inherit;border-radius:50%;animation:s5 2s infinite;margin:8px;animation:load 3s infinite}.loader.fade-move,.loader.fade-enter-active,.loader.fade-leave-active{transition:opacity .5s ease,width .5s ease}.loader.fade-enter-from,.loader.fade-leave-to{opacity:0;width:0}@keyframes load{to{transform:rotate(1turn)}}.chartWrapper{padding:1em var(--gutterX);border-block-start:1px solid var(--borderColor, var(--neutral--dark));border-block-end:1px solid var(--borderColor, var(--neutral--dark))}.chart__header{padding-block-end:1em}.chart__chart text{font-size:var(--step--1);font-family:var(--font-family);font-style:normal}.chart[data-v-bf5a0f88]{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;gap:1em}.chart__chart[data-v-bf5a0f88]{display:flex;align-items:center}.chart__chart--pieChart[data-v-bf5a0f88]{width:250px;height:250px;flex:0 1 250px}.chart__chart--barChart[data-v-bf5a0f88]{width:100%;max-height:300px;aspect-ratio:3/2}.chart__legend[data-v-bf5a0f88]{--legendItemWidth: 232px;flex:1;padding-block:1em;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--legendItemWidth),1fr));justify-items:start;gap:.5em 1em}.chart__legendItem[data-v-bf5a0f88]{position:relative;padding-inline-start:2em;height:1.5em;white-space:nowrap;display:flex;align-items:center;transition:color .2s ease-in}.chart__legendItem[data-v-bf5a0f88]:before{content:"";position:absolute;left:0;width:1.5em;height:1.5em;background-color:var(--labelColor);transition:width .2s ease-in;z-index:calc(var(--z) * -1)}.chart__legendItem.chart__legendItem--active[data-v-bf5a0f88],.chart__legendItem[data-v-bf5a0f88]:hover{color:var(--textColor)}.chart__legendItem.chart__legendItem--active[data-v-bf5a0f88]:before,.chart__legendItem[data-v-bf5a0f88]:hover:before{width:100%;right:0}
