body.customers .container {
  width: min(96vw, 1760px);
}

body.customers .project-tabs {
  width: 100%;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 14px;
  min-width: 100% !important;
  overflow-x: visible;
  padding: 0 0 12px;
  scrollbar-gutter: stable;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .kan-ban-col {
  display: block;
  max-width: none;
  min-width: 0;
  vertical-align: top;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .panel-heading {
  background: #334155 !important;
  border: 1px solid #334155;
  border-bottom: 0;
  color: #f8fafc !important;
  min-height: 62px;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .panel-heading span,
body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .panel-heading small {
  color: #f8fafc !important;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .panel-body {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 0;
  min-height: 340px !important;
  padding: 12px;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-not-started .panel-heading {
  background: #475569 !important;
  border-color: #475569;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-not-started .panel-body {
  background: #f8fafc;
  border-color: #cbd5e1;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-in-progress .panel-heading {
  background: #1d4ed8 !important;
  border-color: #1d4ed8;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-in-progress .panel-body {
  background: #eff6ff;
  border-color: #bfdbfe;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-testing .panel-heading {
  background: #7c3aed !important;
  border-color: #7c3aed;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-testing .panel-body {
  background: #f5f3ff;
  border-color: #ddd6fe;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-awaiting-feedback .panel-heading {
  background: #b45309 !important;
  border-color: #b45309;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-awaiting-feedback .panel-body {
  background: #fffbeb;
  border-color: #fde68a;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-complete .panel-heading {
  background: #047857 !important;
  border-color: #047857;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .wmpt-task-status-complete .panel-body {
  background: #ecfdf5;
  border-color: #a7f3d0;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban ._task_wrapper {
  background: #ffffff !important;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  margin: 0 0 12px;
  padding: 12px;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .task_milestone,
body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban ._task_wrapper a {
  color: #0f172a !important;
  display: block;
  float: none !important;
  font-weight: 700;
  max-width: none !important;
  overflow: visible;
  text-decoration: none;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .task_milestone:hover,
body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban ._task_wrapper a:hover {
  color: #0041ff !important;
}

body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .tw-text-neutral-500,
body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .text-muted {
  color: #475569 !important;
}

body.customers .tasks-phases .wmpt-empty-column {
  color: #64748b;
  font-size: 13px;
  margin: 0;
  padding: 8px 4px;
}

@media (max-width: 767px) {
  body.customers .container {
    width: 100%;
  }

  body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban {
    display: flex;
    overflow-x: auto;
  }

  body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .kan-ban-col {
    flex: 0 0 260px;
    flex-basis: 260px;
    min-width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban {
    display: flex;
    overflow-x: auto;
  }

  body.customers .tasks-phases .kan-ban-row.wmpt-status-kanban .kan-ban-col {
    flex: 0 0 260px;
    min-width: 260px;
  }
}
