:export{base-color:#0E5689;base-color-dark:#003162;alt-color:#2D85C4;alt-color-light1:#2AA3DE;alt-color-light2:#68B3DD}.task-kanban{display:flex;flex-direction:column;gap:1rem;padding:1rem;align-items:center;height:100%}.task-kanban-title{font-size:1.5rem;font-weight:600;color:#0e5689;height:4%}.task-kanban-body{display:flex;gap:1rem;flex-direction:row;height:95%;width:100%}.task-column{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%}.task-column-header{font-size:1.2rem;font-weight:600;color:#0e5689}.task-column-body{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;overflow-y:auto}.task-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%;border-width:1px;border-style:solid;cursor:pointer}.task-item-title{font-size:1.2rem;font-weight:600}.task-item-label{display:flex;align-items:center}.task-item-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}
