.v-scrollbar{--v-scrollbar-thumb-bg:transparent;--v-scrollbar-thumb-opacity:.3;--v-scrollbar-thumb-border-radius:var(--border-radius);--v-scrollbar-width:auto;--v-scrollbar-height:auto;height:100%;overflow:hidden;width:100%}.v-scrollbar::-webkit-scrollbar-thumb{background:var(--v-scrollbar-thumb-bg);border:5px solid transparent;border-radius:var(--v-scrollbar-thumb-border-radius);cursor:grab}.v-scrollbar::-webkit-scrollbar-thumb:active{cursor:grabbing}.v-scrollbar::-webkit-scrollbar{height:var(--v-scrollbar-height);width:var(--v-scrollbar-width)}.v-scrollbar--theme-primary{--v-scrollbar-thumb-bg:rgba(var(--theme-primary-bg-rgb),var(--v-scrollbar-thumb-opacity))}.v-scrollbar--theme-secondary{--v-scrollbar-thumb-bg:rgba(var(--theme-secondary-bg-rgb),var(--v-scrollbar-thumb-opacity))}.v-scrollbar--size-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}@media screen and (min-width:480px){.v-scrollbar--size-xs-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}}@media screen and (min-width:576px){.v-scrollbar--size-sm-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}}@media screen and (min-width:819px){.v-scrollbar--size-md-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}}@media screen and (min-width:1069px){.v-scrollbar--size-lg-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}}@media screen and (min-width:1280px){.v-scrollbar--size-xl-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}}@media screen and (min-width:1600px){.v-scrollbar--size-xxl-small{--v-scrollbar-width:4px;--v-scrollbar-height:4px}}.v-scrollbar::-webkit-scrollbar-track{box-shadow:none}.v-scrollbar--draggable{cursor:grab}.v-scrollbar--grabbing{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-scrollbar--hidden::-webkit-scrollbar{display:none}.v-scrollbar--vertical{overflow-y:auto}.v-scrollbar--horizontal{overflow-x:auto}
