.drag-column{flex:1;margin:0 10px;position:relative;overflow:hidden}@media(max-width:690px){.drag-column{margin-bottom:30px}}.drag-inner-list{height:85vh;overflow:auto}.drag-inner-list .list-group-item{border-radius:inherit}.drag-inner-list .description{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.drag-item{margin:10px;height:auto;transition:all .3s cubic-bezier(.23,1,.32,1)}.drag-item[aria-grabbed=true]{background:rgba(81,140,227,.37);color:#000}@keyframes nodeInserted{0%{opacity:.2}to{opacity:.8}}.item-dropzone-area{height:10rem;background:rgba(81,140,227,.37);opacity:.8;animation-duration:.5s;animation-name:nodeInserted;margin-left:.6rem;margin-right:.6rem;border-radius:.375rem}.item-dropzone-area:first-child{margin-top:.5rem!important}