
.license-assign-container[data-v-006b5ed2] {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}
.page-header[data-v-006b5ed2] {
  text-align: center;
  margin-bottom: 40px;
}
.page-header h1[data-v-006b5ed2] {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
.subtitle[data-v-006b5ed2] {
  color: #666;
  font-size: 16px;
}
.steps[data-v-006b5ed2] {
  margin-bottom: 40px;
}
.step-content[data-v-006b5ed2] {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.step-panel h2[data-v-006b5ed2] {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.loading-section[data-v-006b5ed2] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.warning-icon[data-v-006b5ed2] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ff4d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.warning-icon .anticon[data-v-006b5ed2] {
  color: #ff4d4f;
  font-size: 24px;
}
.no-licenses[data-v-006b5ed2] {
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.no-licenses span[data-v-006b5ed2] {
  font-size: 16px;
  line-height: 1.5;
  color: #ff4d4f;
}
.license-list[data-v-006b5ed2],
.user-list[data-v-006b5ed2] {
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
}
.license-radio-group[data-v-006b5ed2] {
  width: 100%;
}
.license-option[data-v-006b5ed2] {
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: all 0.3s;
  width: 100%;
  box-sizing: border-box;
}
.license-option .ant-radio-wrapper[data-v-006b5ed2] {
  width: 100%;
  display: flex;
  align-items: center;
}
.license-info[data-v-006b5ed2] {
  margin-left: 8px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.license-flags[data-v-006b5ed2] {
  display: flex;
  gap: 8px;
  margin-left: 16px;
}
.license-name[data-v-006b5ed2] {
  font-weight: 500;
  margin-bottom: 0;
}
.license-expiry[data-v-006b5ed2] {
  color: #666;
  font-size: 12px;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 16px;
}
.user-selection[data-v-006b5ed2] {
  margin-bottom: 16px;
}
.confirmation-content[data-v-006b5ed2] {
  padding: 16px;
}
.confirmation-item[data-v-006b5ed2] {
  margin-bottom: 24px;
}
.confirmation-item h3[data-v-006b5ed2] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #666;
}
.selected-license[data-v-006b5ed2],
.selected-user[data-v-006b5ed2],
.new-user[data-v-006b5ed2] {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 4px;
}
.note[data-v-006b5ed2] {
  margin-top: 8px;
  color: #ff4d4f;
  font-size: 12px;
}
.step-actions[data-v-006b5ed2] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.button-group[data-v-006b5ed2] {
  display: flex;
  gap: 16px;
}
.prev-button[data-v-006b5ed2],
.back-button[data-v-006b5ed2] {
  min-width: 120px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
}
.next-button[data-v-006b5ed2],
.submit-button[data-v-006b5ed2] {
  min-width: 120px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  background: linear-gradient(135deg, #1890ff, #40a9ff);
  border: none;
  color: white;
}
.next-button[data-v-006b5ed2]:hover,
.submit-button[data-v-006b5ed2]:hover {
  background: linear-gradient(135deg, #096dd9, #1890ff);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}
.next-button[data-v-006b5ed2]:disabled {
  background: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}
.action-button[data-v-006b5ed2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 8px;
  font-size: 16px;
}
.purchase-button[data-v-006b5ed2] {
  background: #1890ff;
  color: white;
  border: none;
}
.purchase-button[data-v-006b5ed2]:hover {
  background: #40a9ff;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}
.purchase-button .anticon[data-v-006b5ed2] {
  margin-right: 8px;
  font-size: 18px;
}
.user-radio-group[data-v-006b5ed2] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.user-option[data-v-006b5ed2] {
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: all 0.3s;
  width: 100%;
  box-sizing: border-box;
}
.user-option .ant-radio-wrapper[data-v-006b5ed2] {
  width: 100%;
  display: flex;
  align-items: center;
}
.user-option[data-v-006b5ed2]:hover {
  border-color: #1890ff;
  background: #f5f5f5;
}
.user-info[data-v-006b5ed2] {
  margin-left: 8px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-name[data-v-006b5ed2] {
  font-weight: 500;
  margin-bottom: 0;
}
.user-email[data-v-006b5ed2] {
  color: #666;
  font-size: 12px;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 16px;
}
.user-flags[data-v-006b5ed2] {
  display: flex;
  gap: 8px;
  margin-left: 16px;
}
.flag[data-v-006b5ed2] {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  color: white;
}
.flag .anticon[data-v-006b5ed2] {
  margin-right: 4px;
  font-size: 10px;
}
.drive-flag[data-v-006b5ed2] {
  background-color: #52c41a;
}
.viewed-flag[data-v-006b5ed2] {
  background-color: #1890ff;
}
.divider[data-v-006b5ed2] {
  display: flex;
  align-items: center;
  margin: 24px 0;
  color: #999;
}
.divider[data-v-006b5ed2]::before,
.divider[data-v-006b5ed2]::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e8e8e8;
}
.divider span[data-v-006b5ed2] {
  padding: 0 16px;
}
.user-option.selected[data-v-006b5ed2] {
  border-color: #1890ff;
  background: #e6f7ff;
}
.user-option.selected .ant-radio-wrapper[data-v-006b5ed2] {
  color: #1890ff;
}
.user-option .user-name .anticon[data-v-006b5ed2] {
  margin-right: 8px;
  font-size: 16px;
}
.new-user-form[data-v-006b5ed2] {
  margin-top: 16px;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}


/*# sourceMappingURL=42.08ee6c87.css.map*/