.chip-container{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}.chip-container span:hover{cursor:pointer}.v-chip .v-chip__content{cursor:auto}@-webkit-keyframes fadeIn{to{opacity:1}}@keyframes fadeIn{to{opacity:1}}.ex-moved{-webkit-animation:fadeIn 2s ease-in 1 forwards;animation:fadeIn 2s ease-in 1 forwards;border:2px solid #ff0;padding:2px}.ex-over{-webkit-animation:fadeIn .5s ease-in 1 forwards;animation:fadeIn .5s ease-in 1 forwards;border:4px solid green;padding:2px}.theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat).disable-events{pointer-events:none;background-color:rgba(0,0,0,.12)!important}