/* 基本欄位寬度設定 - 桌面版 */
.client {
  min-width: 150px;
}

.project-name {
  min-width: 150px;
}

.due-date {
  min-width: 100px;
}

.user-name {
  min-width: 150px;
}

.estimated-man-days {
  min-width: 100px;
}

.estimated-man-days-proportion {
  min-width: 150px;
}

.comparison-with-previous-week {
  min-width: 150px;
}

.actual-completion-percentage {
  min-width: 100px;
}

.progress-difference {
  min-width: 100px;
}



.btn-check:checked + .btn-outline-primary {
  background-color: rgba(13, 110, 253, 0.1);
  border-color: #0d6efd;
  color: #0d6efd;
  font-weight: 500;
}

.card {
  transition: all 0.2s ease;
}

.input-group-text {
  color: #6c757d;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border-color: #ced4da;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
top: 30% !important;
}