.last-tracked{color:rgb(var(--color));display:flex;justify-content:center;align-items:center}.last-tracked .last-tracked-item{flex-grow:1;display:inline-flex;justify-content:center;align-items:center;flex-direction:column}.report-circle{color:rgb(var(--color))}.report-circle svg{overflow:visible}.report-circle .v-progress-circular__overlay{filter:drop-shadow(0 0 16px rgb(var(--color),var(--v-focus-opacity))) drop-shadow(0 0 6px rgb(var(--color),var(--v-focus-opacity))) drop-shadow(0 0 2px rgb(var(--color),var(--v-medium-emphasis-opacity)))}@keyframes trend-up{10%,90%{transform:rotate(2deg)}20%,80%{transform:rotate(-2deg)}30%,50%,70%{transform:rotate(2deg)}40%,60%{transform:rotate(-2deg)}}@keyframes trend-down{0%,to{transform:rotate(90deg)}20%,80%{transform:rotate(88deg)}30%,50%,70%{transform:rotate(92deg)}40%,60%{transform:rotate(88deg)}}.weekly-reports .report-trend.trend-up .trend-icon{animation:trend-up 2s infinite}.weekly-reports .report-trend.trend-down .trend-icon{animation:trend-down 2s infinite}.report-bars .report-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.report-bars .report-title{text-transform:uppercase!important}.report-bars .report-bar{width:.625rem;height:2rem;background:rgba(var(--v-border-color),var(--v-border-opacity));border-radius:1rem;overflow:hidden;position:relative;box-shadow:0 0 16px 2px rgb(var(--color),var(--v-focus-opacity)),0 0 12px 1px rgb(var(--color),var(--v-focus-opacity)),0 0 6px -3px rgb(var(--color),.12);transition:background .15s ease-out,box-shadow .15s ease-out}.report-bars .report-bar:after{position:absolute;content:"";background:rgb(var(--color));bottom:0;left:0;width:100%;height:var(--progress, 0%);border-radius:1rem;transition:height .15s ease-out,background .15s ease-out}.report-bars .report-bar.empty{box-shadow:none}
