:root{--white:#fff;--background-grey:#f5f5f5;--dark-sidebar:#1a1a1a;--radius-rounded:290486px;--transform-direction:1}.has-loader{position:relative}.has-loader.has-loader-active{overflow:hidden}.has-loader .v-loader-wrapper{align-items:center;display:flex;height:100%;inset-inline-start:0;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s;width:100%;z-index:5}.has-loader .v-loader-wrapper.is-active{opacity:1;pointer-events:all}.has-loader .v-loader-wrapper.is-active.is-translucent{opacity:.75}.has-loader .v-loader-wrapper.is-grey{background:var(--background-grey)}.has-loader .v-loader-wrapper .loader{animation:spinAroundLoader .5s linear infinite;border-color:transparent transparent #333 #333;border-radius:var(--radius-rounded);border-style:solid;border-width:2px;height:3rem;width:3rem}.has-loader .v-loader-wrapper .loader.is-small{height:2rem;width:2rem}.has-loader .v-loader-wrapper .loader.is-large{height:5rem;width:5rem}.has-loader .v-loader-wrapper .loader.is-xl{height:7rem;width:7rem}.is-dark .has-loader .v-loader-wrapper{background:color-mix(in oklab,var(--dark-sidebar),#fff 6%)}.is-dark .has-loader .v-loader-wrapper.is-grey{background:color-mix(in oklab,var(--dark-sidebar),#fff 10%)}@keyframes spinAroundLoader{0%{transform:rotate(calc(var(--transform-direction)*0deg))}to{transform:rotate(calc(var(--transform-direction)*359deg))}}
