.CategoriesListItem{background:var(--color-n000);border-radius:8px}.CategoriesListItem__name{position:relative}.CategoriesListItem__name:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;background:var(--color-n100);z-index:-1;border-radius:8px;will-change:opacity}.CategoriesListItem__name:hover:before{opacity:1}.CategoriesListItem__arrow{opacity:0;will-change:transform,opacity;transition:transform .123s}.CategoriesListItem__bullet{width:.8rem;height:.8rem;border-radius:50%;background:var(--color-n500);position:relative;opacity:0}.CategoriesListItem__bullet:not(:last-child){margin-right:var(--spacing-6)}.CategoriesListItem__bullet:last-child{margin-right:var(--spacing-3)}.CategoriesListItem__bullet:not(:last-child):after{content:"";height:.2rem;width:3.2rem;background:var(--color-n500);position:absolute;top:50%;transform:translateY(-50%);left:.5rem;z-index:1}.CategoriesListItem__bullet:first-child:before{content:"";width:7.5rem;height:.2rem;background:var(--color-n500);position:absolute;left:.4rem;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:top left}.CategoriesListItem--has-children>.CategoriesListItem__name>.CategoriesListItem__arrow{opacity:1}.CategoriesListItem--has-children>.CategoriesListItem__name>div{cursor:pointer}.CategoriesListItem .sort-handle{cursor:-webkit-grab;cursor:grab}.CategoriesListItem--open .CategoriesListItem__arrow{transform:rotate(90deg)}.v-data-table{overflow-x:auto!important}.v-alert.info--text{border-color:var(--color-p200)!important;color:var(--color-p400)!important;background:rgba(188,219,255,.2)!important;border-radius:30px;padding:4px 16px;font-size:12px}.v-alert.info--text .v-alert__content{padding-left:var(--spacing-2)!important}.CategoriesList__head{border:1px solid #f3f3f3;border-radius:8px}