/* Custom CSS overrides for Perfex CRM */

/* Increase height of Leads Kanban columns to show at least 5 leads */
.kan-ban-content-wrapper {
    max-height: 800px !important;
}
.kan-ban-content {
    min-height: 800px !important;
}
