.lead-page{background-color:#fff;flex-direction:column;height:100%;min-height:100vh;padding:20px;display:flex}.lead-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.lead-actions{gap:10px;display:flex}.lead-actions input{border:1px solid #ccc;border-radius:12px;padding:6px 10px}.lead-actions button{cursor:pointer;border:none;padding:6px 12px}.kanban-board{gap:15px;height:100%;padding-bottom:10px;display:flex;overflow-x:auto}.kanban-column{background-color:#f9f9f9;border-radius:10px;flex-direction:column;flex:1 0 260px;max-height:80vh;padding:15px;display:flex}.kanban-column-header{border-bottom:2px solid;align-items:center;gap:5px;margin-bottom:10px;padding-bottom:5px;display:flex}.kanban-column-header .dot{border-radius:50%;width:10px;height:10px}.kanban-column-header .count{color:gray;font-size:.9em}.kanban-column-body{flex:1;overflow-y:auto}.kanban-card{background:#fff;border-radius:8px;margin-bottom:8px;padding:10px;box-shadow:0 1px 3px #0000001a}.kanban-card h4{margin:0 0 4px;font-size:1rem}.kanban-card p{margin:2px 0;font-size:.85rem}.kanban-card small{color:gray}.empty{text-align:center;color:#aaa;margin-top:20px;font-size:.9rem}.form_content{flex-direction:column;gap:20px;margin-top:7px;display:flex}.dialog_content{width:100%;max-width:321px}.form_content{flex-direction:column;gap:20px;display:flex}.lead-allocation-page{padding:20px}.form_content{margin-top:7px}.status-chip{border-radius:12px;padding:4px 12px;font-size:12px;font-weight:500}.status-chip.available{color:#1e8e3e;background-color:#e6f4ea}.status-chip.not-available{color:#d93025;background-color:#fce8e6}.status-chip.pending{color:#f29900;background-color:#fef7e0}
