.page_main__NQFIw{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10px;height:100%;width:100%}.DragAndDrop{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:auto}.DragAndDrop,.layout-cards{gap:10px;height:100%;width:100%}.layout-cards{transition:all .3s linear}.layout-cards,.layout-rows{display:flex;flex-direction:column}.layout-rows{cursor:pointer;animation:all .3s ease-in-out;min-height:35px}.layout-rows:last-child{cursor:default;flex-grow:1}.card-container{border-radius:var(--radius);cursor:pointer;animation:fadeIn .3s ease-in-out}.layout-dragging{border:1px dashed #000}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}