.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}.base-list-item-shell{margin:5px 0 0;padding:6px 6px 6px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccd0d9;border-radius:4px}.base-list-item-shell--draggable{cursor:-webkit-grab;cursor:grab}.base-list-item-shell--colored{-webkit-animation:background-color-animation 1.5s linear 4;animation:background-color-animation 1.5s linear 4}@-webkit-keyframes background-color-animation{0%{background-color:#fff}50%{background-color:#babcbe}to{background-color:#fff}}@keyframes background-color-animation{0%{background-color:#fff}50%{background-color:#babcbe}to{background-color:#fff}}.base-list-item-shell__slot-content{width:calc(100% - 55px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.base-list-item-shell__index{font-size:12px;font-weight:400;color:#8f99a6;min-width:15px}@media screen and (min-width:1640px){.base-list-item-shell{padding-left:32px}.base-list-item-shell__index{font-size:16px;min-width:20px}}