.drag-list{display:flex;align-items:flex-start;font-size:15px}.drag-column{flex:1;margin:0 10px;position:relative;background:rgba(black,.05);overflow:hidden;border-radius:15px;@media (max-width:500px){margin-bottom:10px}}.drag-column-header{display:flex;align-items:center;justify-content:space-between;padding:35px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.drag-inner-list{height:75vh;overflow:auto}.drag-item{margin:20px;height:140px;background:rgba(black,.1);.drag-item-text{font-size:1rem;padding-left:1rem;padding-top:1rem}}.drag-header-more{cursor:pointer}@keyframes nodeInserted{0%{opacity:.6}to{opacity:.6}}.item-dropzone-area{height:8rem;background:#888;opacity:.8;animation-duration:.5s;animation-name:nodeInserted;margin-left:.4rem;margin-right:.4rem;border-radius:15px}