.nav-btn.active {
  background-color: #4f46e5;
  color: #fff;
}
.kanban-col {
  min-width: 260px;
  width: 260px;
}
.deal-card {
  cursor: grab;
}
.deal-card:active {
  cursor: grabbing;
}
.kanban-col.drag-over {
  outline: 2px dashed #6366f1;
  outline-offset: -4px;
}
