@charset "UTF-8";
.duty-scheduling-list[data-v-718c69e4] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 0 16px 16px;
  box-sizing: border-box;
  background: #f5f7fa;
  overflow: hidden;
}
.duty-scheduling-list[data-v-718c69e4]  .search-form-wrapper {
  flex: 0 0 auto;
}
.schedule-edit-toolbar[data-v-718c69e4] {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-bottom: 12px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
}
.schedule-edit-toolbar__left[data-v-718c69e4] {
  display: flex;
  align-items: center;
}
.schedule-edit-toolbar__divider[data-v-718c69e4] {
  width: 1px;
  height: 20px;
  margin: 0 12px;
  background: #e5e6eb;
}
.batch-btn[data-v-718c69e4] {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-color: #d9d9d9;
  border-radius: 4px;
  color: #4e5969;
  font-size: 13px;
  line-height: 1;
}
.batch-btn[data-v-718c69e4]:hover, .batch-btn[data-v-718c69e4]:focus {
  border-color: #1e88e5;
  background: #f0f7ff;
  color: #1e88e5;
}
.batch-btn__icon[data-v-718c69e4] {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.batch-btn__icon--copy[data-v-718c69e4]::before, .batch-btn__icon--copy[data-v-718c69e4]::after {
  position: absolute;
  width: 8px;
  height: 10px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  content: "";
}
.batch-btn__icon--copy[data-v-718c69e4]::before {
  top: 0;
  left: 0;
}
.batch-btn__icon--copy[data-v-718c69e4]::after {
  top: 3px;
  left: 4px;
  background: #fff;
}
.batch-btn__icon--clear[data-v-718c69e4]::before, .batch-btn__icon--clear[data-v-718c69e4]::after {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 12px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.batch-btn__icon--clear[data-v-718c69e4]::before {
  transform: translateY(-50%) rotate(45deg);
}
.batch-btn__icon--clear[data-v-718c69e4]::after {
  transform: translateY(-50%) rotate(-45deg);
}
.schedule-card[data-v-718c69e4] {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: none;
}
.schedule-card[data-v-718c69e4]  .ant-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}
.schedule-card__header[data-v-718c69e4] {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafbfc;
}
.schedule-card__header-left[data-v-718c69e4],
.schedule-card__actions[data-v-718c69e4],
.week-nav[data-v-718c69e4] {
  display: flex;
  align-items: center;
}
.schedule-card__header-left[data-v-718c69e4] {
  min-width: 0;
  gap: 12px;
}
.schedule-card__title[data-v-718c69e4] {
  display: inline-flex;
  align-items: center;
  height: 26px;
  flex-shrink: 0;
  color: #1f2329;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-1px);
}
.week-badge[data-v-718c69e4] {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 26px;
  padding: 0 2px 0 8px;
  border: 1px solid #91caff;
  border-radius: 4px;
  background: #e6f4ff;
  color: #1e88e5;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.week-badge[data-v-718c69e4]::before {
  grid-area: 1/1;
  visibility: hidden;
  content: "2026年第52周（12月31日-12月31日）";
}
.week-badge__label[data-v-718c69e4] {
  display: inline-grid;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  place-items: center;
  padding-bottom: 1px;
  line-height: 1;
}
.week-nav[data-v-718c69e4] {
  gap: 4px;
}
.week-nav[data-v-718c69e4]  .week-btn.ant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
  height: 26px;
  padding: 0 8px;
  gap: 4px;
  border-color: #c9cdd4;
  border-radius: 4px;
  background: #fff;
  color: #4e5969;
  font-size: 13px;
  line-height: 1;
}
.week-nav[data-v-718c69e4]  .week-btn.ant-btn:hover, .week-nav[data-v-718c69e4]  .week-btn.ant-btn:focus {
  border-color: #1e88e5;
  background: #fff;
  color: #1e88e5;
}
.week-arrow[data-v-718c69e4] {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.week-btn--prev .week-arrow[data-v-718c69e4] {
  border-right: 5px solid currentColor;
}
.week-btn--next .week-arrow[data-v-718c69e4] {
  border-left: 5px solid currentColor;
}
.week-btn__label[data-v-718c69e4] {
  display: grid;
  place-items: center;
  padding-bottom: 1px;
  line-height: 1;
}
.schedule-card__actions[data-v-718c69e4] {
  flex-shrink: 0;
  gap: 8px;
  margin-left: 16px;
}
.schedule-action[data-v-718c69e4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.schedule-action--primary[data-v-718c69e4] {
  border-color: #1e88e5;
  background: #1e88e5;
  color: #fff;
  box-shadow: 0 2px 4px rgba(30, 136, 229, 0.25);
}
.schedule-action--primary[data-v-718c69e4]:hover, .schedule-action--primary[data-v-718c69e4]:focus {
  border-color: #1976d2;
  background: #1976d2;
  color: #fff;
}
.schedule-action--edit[data-v-718c69e4] {
  border-color: #91caff;
  background: #e6f4ff;
  color: #1e88e5;
}
.schedule-action--edit[data-v-718c69e4]:hover, .schedule-action--edit[data-v-718c69e4]:focus {
  border-color: #1e88e5;
  background: #cceaff;
  color: #1e88e5;
}
.schedule-action__label[data-v-718c69e4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: translateY(-1px);
  line-height: 1;
}
.schedule-table-loading[data-v-718c69e4] {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.schedule-table-wrap[data-v-718c69e4] {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}
.schedule-edit-preparing[data-v-718c69e4] {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.58);
}
.schedule-table[data-v-718c69e4] {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}
.schedule-table th[data-v-718c69e4], .schedule-table td[data-v-718c69e4] {
  padding: 12px 10px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
}
.schedule-table th[data-v-718c69e4] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  height: 44px;
  background: #fafbfc;
  color: #4e5969;
  font-size: 13px;
  font-weight: 500;
}
.schedule-table th[data-v-718c69e4]:first-child, .schedule-table td[data-v-718c69e4]:first-child {
  width: 130px;
  border-left: 1px solid #f0f0f0;
}
.schedule-table th > span[data-v-718c69e4], .date-label[data-v-718c69e4] {
  display: block;
}
.date-label[data-v-718c69e4] {
  margin-top: 2px;
  color: #86909c;
  font-size: 12px;
  font-weight: 400;
}
.schedule-table th.is-past-date[data-v-718c69e4],
.schedule-table td.is-past-date[data-v-718c69e4] {
  background: #f7f8fa;
}
.schedule-table th.is-past-date[data-v-718c69e4],
.schedule-table th.is-past-date .date-label[data-v-718c69e4] {
  color: #b8bec8;
}
.edit-cell[data-v-718c69e4] {
  position: relative;
  min-height: 56px;
  padding: 8px 6px;
  transition: background 0.15s;
}
.schedule-table--editing .edit-cell[data-v-718c69e4] {
  cursor: pointer;
}
.schedule-table--editing .edit-cell[data-v-718c69e4]:hover {
  background: #f0f7ff;
}
.edit-cell__add-indicator[data-v-718c69e4] {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1e88e5;
  color: #fff;
  opacity: 0.6;
  pointer-events: none;
  visibility: hidden;
}
.edit-cell__add-icon[data-v-718c69e4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 0;
}
.schedule-table--editing .edit-cell:hover > .edit-cell__add-indicator[data-v-718c69e4] {
  visibility: visible;
}
.schedule-table--editing .edit-cell.selected[data-v-718c69e4] {
  background: #e6f4ff;
  box-shadow: inset 0 0 0 2px #1e88e5;
}
.schedule-table--editing .edit-cell.is-past-date[data-v-718c69e4] {
  cursor: default;
}
.schedule-table--editing .edit-cell.is-past-date[data-v-718c69e4]:hover {
  background: transparent;
}
.schedule-table--editing .edit-cell.is-past-date:hover > .edit-cell__add-indicator[data-v-718c69e4] {
  visibility: hidden;
}
.schedule-table--editing td.is-past-date[data-v-718c69e4],
.schedule-table--editing td.is-past-date *[data-v-718c69e4] {
  cursor: not-allowed !important;
}
.schedule-table td.is-past-date .shift-tag[data-v-718c69e4] {
  opacity: 0.55;
}
.person-column[data-v-718c69e4] {
  text-align: left !important;
}
.schedule-table th.person-column[data-v-718c69e4] {
  text-align: center !important;
}
.person-cell[data-v-718c69e4] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  text-align: left;
}
.person-info[data-v-718c69e4] {
  min-width: 0;
  flex: 1;
}
.person-avatar[data-v-718c69e4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.person-avatar.c1[data-v-718c69e4] {
  background: linear-gradient(135deg, #1e88e5, #42a5f5);
}
.person-avatar.c2[data-v-718c69e4] {
  background: linear-gradient(135deg, #fa8c16, #ffa940);
}
.person-avatar.c3[data-v-718c69e4] {
  background: linear-gradient(135deg, #52c41a, #73d13d);
}
.person-avatar.c4[data-v-718c69e4] {
  background: linear-gradient(135deg, #9254de, #b37feb);
}
.person-name[data-v-718c69e4] {
  overflow: hidden;
  color: #1f2329;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.person-role[data-v-718c69e4] {
  margin-top: 1px;
  color: #86909c;
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
}
.vehicle-icon[data-v-718c69e4] {
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-left: 4px;
  cursor: help;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: -1px;
}
.shift-list[data-v-718c69e4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.shift-tag[data-v-718c69e4] {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.shift-tag--locked[data-v-718c69e4] {
  cursor: not-allowed;
  opacity: 0.72;
}
.empty-cell[data-v-718c69e4] {
  height: 280px;
}
.schedule-overlay[data-v-718c69e4] {
  position: fixed;
  z-index: 1199;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
}
.shift-picker[data-v-718c69e4] {
  position: fixed;
  z-index: 1200;
  width: 180px;
  padding: 8px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
}
.shift-picker--ready[data-v-718c69e4] {
  visibility: visible;
  opacity: 1;
  -webkit-animation: pickerIn-data-v-718c69e4 0.15s ease;
          animation: pickerIn-data-v-718c69e4 0.15s ease;
}
.shift-picker__title[data-v-718c69e4] {
  margin-bottom: 6px;
  padding: 4px 8px 8px;
  border-bottom: 1px solid #f0f0f0;
  color: #86909c;
  font-size: 12px;
}
.shift-picker__option-wrapper[data-v-718c69e4] {
  display: block;
  width: 100%;
}
.shift-picker__option[data-v-718c69e4] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  transition: background 0.15s;
}
.shift-picker__option[data-v-718c69e4]:hover, .shift-picker__option.is-selected[data-v-718c69e4] {
  background: #f5f7fa;
}
.shift-picker__option[data-v-718c69e4]:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.shift-picker__option.is-conflicted[data-v-718c69e4] {
  background: #f7f8fa;
}
.shift-picker__option.is-conflicted .shift-tag[data-v-718c69e4] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.duty-shift-conflict-tooltip[data-v-718c69e4] {
  z-index: 1301;
}
.shift-picker__time[data-v-718c69e4] {
  margin-left: auto;
  color: #86909c;
  font-size: 12px;
}
.shift-picker__clear[data-v-718c69e4] {
  width: 100%;
  margin-top: 4px;
  padding: 10px 10px 8px;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fff;
  color: #f53f3f;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  transition: background 0.15s;
}
.shift-picker__clear[data-v-718c69e4]:hover {
  background: #fff1f0;
}
@-webkit-keyframes pickerIn-data-v-718c69e4 {
from {
    opacity: 0;
    transform: translateY(-6px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes pickerIn-data-v-718c69e4 {
from {
    opacity: 0;
    transform: translateY(-6px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.schedule-settings-loading[data-v-718c69e4] {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
}
.schedule-settings-content[data-v-718c69e4] {
  margin: -24px;
  padding: 18px 24px;
  background: #f7f9fc;
}
.schedule-settings-section[data-v-718c69e4] {
  padding: 18px 22px 20px;
  border: 1px solid #edf0f5;
  border-radius: 6px;
  margin-bottom: 16px;
  background: #fff;
}
.schedule-settings-section[data-v-718c69e4]:last-child {
  margin-bottom: 0;
}
.schedule-settings-section__title[data-v-718c69e4] {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e6eb;
  color: #1e88e5;
  font-size: 15px;
  font-weight: 600;
}
.schedule-settings-row[data-v-718c69e4] {
  display: flex;
  min-height: 40px;
  align-items: center;
  color: #4e5969;
  transition: opacity 0.15s;
}
.schedule-settings-row.is-disabled[data-v-718c69e4] {
  opacity: 0.62;
}
.schedule-settings-label[data-v-718c69e4] {
  width: 112px;
  flex-shrink: 0;
  color: #4e5969;
  font-size: 13px;
  text-align: right;
  padding-right: 14px;
}
.schedule-settings-label--required[data-v-718c69e4]::before {
  margin-right: 4px;
  color: #f5222d;
  content: "*";
}
.schedule-settings-prefix[data-v-718c69e4] {
  margin-right: 8px;
  color: #4e5969;
  font-size: 13px;
}
.schedule-settings-weekday[data-v-718c69e4] {
  width: 112px;
  margin-right: 10px;
}
.schedule-settings-time[data-v-718c69e4] {
  width: 126px;
}
.schedule-settings-status[data-v-718c69e4] {
  margin-left: 8px;
  color: #1e88e5;
  font-size: 12px;
}
.schedule-settings-readonly[data-v-718c69e4],
.schedule-settings-channel[data-v-718c69e4] {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #e5e6eb;
  border-radius: 4px;
  color: #4e5969;
  background: #f5f7fa;
  font-size: 13px;
}
.schedule-settings-readonly[data-v-718c69e4] {
  width: 271px;
}
.schedule-settings-target[data-v-718c69e4] {
  width: 271px;
  max-width: none;
  flex: none;
}

/* 批量排班弹窗：严格复用参考 HTML 的布局与视觉数值，备注区按产品确认移除。 */
.batch-modal-overlay[data-v-718c69e4] {
  position: fixed;
  z-index: 1300;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.batch-modal[data-v-718c69e4] {
  display: flex;
  position: relative;
  width: 820px;
  max-width: 94vw;
  max-height: 85vh;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
  -webkit-animation: batchModalIn-data-v-718c69e4 0.2s ease;
          animation: batchModalIn-data-v-718c69e4 0.2s ease;
}
.batch-modal-saving[data-v-718c69e4] {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  cursor: wait;
}
@-webkit-keyframes batchModalIn-data-v-718c69e4 {
from {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
@keyframes batchModalIn-data-v-718c69e4 {
from {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
.batch-modal-header[data-v-718c69e4] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.batch-modal-header h3[data-v-718c69e4] {
  flex: 1;
  margin: 0;
  color: #1f2329;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.batch-modal-close[data-v-718c69e4] {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 4px;
  color: #86909c;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.batch-modal-close[data-v-718c69e4]:hover {
  color: #4e5969;
  background: #f2f3f5;
}
.batch-modal-body[data-v-718c69e4] {
  display: flex;
  min-height: 0;
  flex: 1;
  overflow: hidden;
}
.batch-left-panel[data-v-718c69e4] {
  display: flex;
  width: 240px;
  flex-direction: column;
  flex-shrink: 0;
  border-right: 1px solid #f0f0f0;
  background: #fafbfc;
}
.batch-left-hd[data-v-718c69e4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.batch-left-hd .hd-title[data-v-718c69e4] {
  color: #1f2329;
  font-size: 14px;
  font-weight: 600;
}
.batch-left-hd .hd-count[data-v-718c69e4] {
  color: #1e88e5;
  font-size: 12px;
}
.batch-search[data-v-718c69e4] {
  padding: 10px 16px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.batch-search input[data-v-718c69e4] {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  border: 1px solid #e5e6eb;
  border-radius: 4px;
  background: #f5f7fa;
  font-size: 13px;
}
.batch-search input[data-v-718c69e4]:focus {
  border-color: #1e88e5;
  background: #fff;
}
.batch-person-list[data-v-718c69e4] {
  display: flex;
  min-height: 180px;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
  padding: 10px 8px;
}
.batch-person-list[data-v-718c69e4]::-webkit-scrollbar, .batch-right-panel[data-v-718c69e4]::-webkit-scrollbar {
  width: 5px;
}
.batch-person-list[data-v-718c69e4]::-webkit-scrollbar-thumb, .batch-right-panel[data-v-718c69e4]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d9d9d9;
}
.batch-person-item[data-v-718c69e4] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
}
.batch-person-item[data-v-718c69e4]:hover {
  border-color: #d6e8ff;
  background: #f0f7ff;
}
.batch-person-item.selected[data-v-718c69e4] {
  border-color: #1e88e5;
  background: #e6f4ff;
}
.batch-person-item input[type=checkbox][data-v-718c69e4] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: #1e88e5;
  cursor: pointer;
}
.batch-person-item .p-avatar[data-v-718c69e4] {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.batch-person-item .p-avatar.c1[data-v-718c69e4] {
  background: linear-gradient(135deg, #5b8ff9, #3f6de0);
}
.batch-person-item .p-avatar.c2[data-v-718c69e4] {
  background: linear-gradient(135deg, #ff9d4d, #f07b16);
}
.batch-person-item .p-avatar.c3[data-v-718c69e4] {
  background: linear-gradient(135deg, #73d13d, #43a916);
}
.batch-person-item .p-avatar.c4[data-v-718c69e4] {
  background: linear-gradient(135deg, #b37feb, #7d4ed8);
}
.batch-person-item .p-info[data-v-718c69e4] {
  min-width: 0;
}
.batch-person-item .p-name[data-v-718c69e4] {
  overflow: hidden;
  color: #1f2329;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.batch-person-item .p-role[data-v-718c69e4] {
  color: #86909c;
  font-size: 12px;
}
.batch-person-loading[data-v-718c69e4] {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
}
.batch-left-foot[data-v-718c69e4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}
.batch-left-foot .batch-select-all[data-v-718c69e4] {
  border: none;
  color: #1e88e5;
  background: none;
  cursor: pointer;
  font-size: 13px;
}
.batch-left-foot .batch-select-all[data-v-718c69e4]:hover {
  color: #1976d2;
}
.batch-left-foot .sel-count[data-v-718c69e4] {
  color: #4e5969;
  font-size: 13px;
}
.batch-left-foot .sel-count b[data-v-718c69e4] {
  color: #1e88e5;
}
.batch-right-panel[data-v-718c69e4] {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
  padding: 20px;
}
.batch-right-panel .batch-form-item[data-v-718c69e4]:last-child {
  min-height: 0;
  flex: 1;
}
.batch-form-item[data-v-718c69e4] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.batch-form-item .form-label[data-v-718c69e4] {
  color: #4e5969;
  font-size: 13px;
  font-weight: 500;
}
.batch-form-item .form-input[data-v-718c69e4] {
  box-sizing: border-box;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #1f2329;
  font-family: inherit;
  font-size: 13px;
  transition: border-color 0.15s;
}
.batch-form-item .form-input[data-v-718c69e4]:focus {
  outline: none;
  border-color: #1e88e5;
  box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.1);
}
.date-row[data-v-718c69e4] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.date-row .form-input[data-v-718c69e4] {
  flex: 1;
}
.date-row .sep[data-v-718c69e4] {
  color: #86909c;
  font-size: 12px;
}
.shift-type-list[data-v-718c69e4] {
  display: flex;
  max-height: 200px;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  padding-right: 4px;
}
.shift-type-list[data-v-718c69e4]::-webkit-scrollbar {
  width: 4px;
}
.shift-type-list[data-v-718c69e4]::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d9d9d9;
}
.batch-shift-empty[data-v-718c69e4] {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  color: #86909c;
  text-align: center;
}
.batch-shift-empty__title[data-v-718c69e4] {
  margin-bottom: 6px;
  color: #4e5969;
  font-size: 13px;
  font-weight: 600;
}
.batch-shift-empty__description[data-v-718c69e4] {
  max-width: 270px;
  font-size: 12px;
  line-height: 1.6;
}
.shift-type-card[data-v-718c69e4] {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s;
}
.shift-type-card[data-v-718c69e4]:hover {
  border-color: #91caff;
  background: #f5f7fa;
}
.shift-type-card.selected[data-v-718c69e4] {
  border-color: #1e88e5;
  background: #e6f4ff;
  box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.12);
}
.shift-type-card .st-check[data-v-718c69e4] {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  transition: all 0.15s;
}
.shift-type-card.selected .st-check[data-v-718c69e4] {
  border-color: #1e88e5;
  background: #1e88e5;
}
.shift-type-card.selected .st-check[data-v-718c69e4]::after {
  color: #fff;
  content: "✓";
  font-size: 10px;
  font-weight: 700;
}
.shift-type-card .st-name[data-v-718c69e4] {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
}
.shift-type-card .st-time[data-v-718c69e4] {
  margin-left: auto;
  color: #86909c;
  font-size: 12px;
}
.weekday-select[data-v-718c69e4] {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
.weekday-checks[data-v-718c69e4] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.weekday-check[data-v-718c69e4] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border: 1px solid #e5e6eb;
  border-radius: 4px;
  color: #4e5969;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.15s;
}
.weekday-check[data-v-718c69e4]:hover {
  border-color: #91caff;
  background: #f5f7fa;
}
.weekday-check.active[data-v-718c69e4] {
  border-color: #1e88e5;
  color: #1e88e5;
  background: #e6f4ff;
}
.weekday-check input[data-v-718c69e4] {
  width: 14px;
  height: 14px;
  accent-color: #1e88e5;
  cursor: pointer;
}
.weekday-dates[data-v-718c69e4] {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
}
.weekday-date-month[data-v-718c69e4] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.weekday-date-month__label[data-v-718c69e4] {
  color: #4e5969;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.weekday-date-month__items[data-v-718c69e4] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.weekday-date-month__items span[data-v-718c69e4] {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #1e88e5;
  font-size: 12px;
}
.batch-modal-footer[data-v-718c69e4] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid #f0f0f0;
  background: #fafbfc;
}
.batch-modal-footer .btn-reset[data-v-718c69e4], .batch-modal-footer .btn-apply[data-v-718c69e4] {
  display: inline-flex;
  height: 34px;
  align-items: center;
  padding: 0 18px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.15s;
}
.batch-modal-footer .btn-reset[data-v-718c69e4] {
  border: 1px solid #d9d9d9;
  color: #4e5969;
  background: #fff;
}
.batch-modal-footer .btn-reset[data-v-718c69e4]:hover {
  border-color: #1e88e5;
  color: #1e88e5;
}
.batch-modal-footer .btn-apply[data-v-718c69e4] {
  border: 1px solid #1890ff;
  color: #fff;
  background: #1890ff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.batch-modal-footer .btn-apply[data-v-718c69e4]:hover {
  border-color: #40a9ff;
  background: #40a9ff;
}
.batch-modal-footer .btn-apply[data-v-718c69e4]:disabled, .batch-modal-footer .btn-reset[data-v-718c69e4]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 1100px) {
.schedule-card__header[data-v-718c69e4] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.schedule-card__actions[data-v-718c69e4] {
    margin-left: 0;
}
}
@media (max-width: 768px) {
.duty-scheduling-list[data-v-718c69e4] {
    padding: 0 10px 10px;
}
.schedule-card__header-left[data-v-718c69e4], .schedule-card__actions[data-v-718c69e4] {
    flex-wrap: wrap;
}
}
.schedule-settings-modal .ant-modal-content {
  overflow: hidden;
  border-radius: 10px;
}
.schedule-settings-modal .ant-modal-header {
  padding: 18px 24px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.schedule-settings-modal .ant-modal-title {
  color: #1f2329;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.schedule-settings-modal .ant-modal-close-x {
  width: 60px;
  height: 60px;
  color: #86909c;
  font-size: 18px;
  line-height: 60px;
}
.schedule-settings-modal .ant-modal-footer .ant-btn-primary {
  border-color: #1890ff;
  background: #1890ff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.schedule-settings-modal .ant-modal-footer .ant-btn-primary:hover,
.schedule-settings-modal .ant-modal-footer .ant-btn-primary:focus {
  border-color: #40a9ff;
  background: #40a9ff;
}
.duty-schedule-copy-confirm.ant-modal-confirm .ant-modal-close {
  display: block;
}
