.list-items-group{transition:min-height .25s ease-in-out;min-height:0px}.list-items-group__on-move{min-height:50px}.list-item-action{padding:3px 6px;background:#eee;font-size:16px;color:#333}.list-item-action:hover{color:#333;background:#dedede}.list-item{position:relative;transition:height .4s ease,height .4s ease,opacity .3s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.list-container.disabled .list-item{pointer-events:none;cursor:inherit}.list-container.disabled .list-item:active{cursor:inherit}.list-container.disabled .list-item-content>*{pointer-events:auto}.list-item:not(.list-item__temporary) .list-item-action__unhide{display:none}.list-item-actions{position:absolute;z-index:10000;top:10px;right:10px}.list-item-actions .tooltip-inner{white-space:nowrap}.list-item:not(.list-item__temporary) .list-item-actions{display:none}.list-container:not(.disabled) .list-item:hover .list-item-actions{display:block}.list-item__hidden .list-item-content{overflow:hidden}.list-item__hidden{overflow:hidden;opacity:0;max-height:0px}.list-item__hiding{animation:list-item-hide .5s}.list-item__showing{animation:list-item-hide .5s;animation-direction:reverse;animation-timing-function:ease}.list-item__temporary .list-item-content{opacity:.3;outline:1px solid rgba(0,0,0,.2)}.list-item__temporary .list-item-action__hide{display:none}.list-container:not(.disabled) .list-item:not(.list-item__not-hoverable).themetweaker-hover:after,.list-container:not(.disabled) .list-item:not(.list-item__not-hoverable).selected:after{content:'';display:block;position:absolute;z-index:9999;top:0;bottom:0;left:0;right:0;border-radius:0;border:1px dashed #ababab;background:#ddf1ff4d;visibility:visible;width:100%;height:100%}@keyframes list-item-hide{0%{opacity:1;transform:scale(1)}30%{opacity:.3;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}.list-item .list-item-content div.category-description:empty{height:1px}