.agent-staff-dialog[data-v-0f2d0240] .el-dialog {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.agent-staff-dialog[data-v-0f2d0240] .el-dialog__header {
  padding: 22px 28px 18px;
  border-bottom: 1px solid #f0f2f5;
  background: #fff;
}
.agent-staff-dialog[data-v-0f2d0240] .el-dialog__header .el-dialog__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: 0.3px;
}
.agent-staff-dialog[data-v-0f2d0240] .el-dialog__header .el-dialog__headerbtn {
  top: 22px;
  right: 24px;
  font-size: 18px;
}
.agent-staff-dialog[data-v-0f2d0240] .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}
.agent-staff-dialog[data-v-0f2d0240] .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover {
  color: #303133;
}
.agent-staff-dialog[data-v-0f2d0240] .el-dialog__body {
  padding: 24px 28px 20px;
  background: #f5f7fa;
}
.agent-staff-dialog .staff-search-bar[data-v-0f2d0240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-staff-dialog .staff-search-bar .search-left[data-v-0f2d0240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.agent-staff-dialog .staff-search-bar .search-item[data-v-0f2d0240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.agent-staff-dialog .staff-search-bar .search-item .search-label[data-v-0f2d0240] {
  font-size: 14px;
  color: #606266;
  white-space: nowrap;
  font-weight: 500;
}
.agent-staff-dialog .staff-search-bar .search-item .search-input[data-v-0f2d0240] {
  width: 180px;
}
.agent-staff-dialog .staff-search-bar .search-item .search-input[data-v-0f2d0240] .el-input__inner {
  border-radius: 8px;
  border-color: #e4e7ed;
  height: 36px;
}
.agent-staff-dialog .staff-search-bar .search-item .search-input[data-v-0f2d0240] .el-input__inner:focus {
  border-color: #1fa96f;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.12);
          box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.12);
}
.agent-staff-dialog .staff-search-bar .search-item .search-input[data-v-0f2d0240] .el-input__prefix {
  color: #c0c4cc;
}
.agent-staff-dialog .green-search-btn[data-v-0f2d0240] {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  height: 36px;
  padding: 0 18px;
}
.agent-staff-dialog .green-search-btn[data-v-0f2d0240]:hover {
  background-color: rgba(24, 149, 97, 0) !important;
  border-color: #189561 !important;
  opacity: 0.9;
}
.agent-staff-dialog .reset-btn[data-v-0f2d0240] {
  border-radius: 8px;
  height: 36px;
  padding: 0 18px;
  color: #606266;
  border-color: #dcdfe6;
}
.agent-staff-dialog .reset-btn[data-v-0f2d0240]:hover {
  color: #1fa96f;
  border-color: #1fa96f;
  background: rgba(31, 169, 111, 0.05);
}
.agent-staff-dialog .add-staff-btn[data-v-0f2d0240] {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
  border-radius: 8px;
  font-weight: 500;
  height: 36px;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 8px rgba(31, 169, 111, 0.3);
          box-shadow: 0 2px 8px rgba(31, 169, 111, 0.3);
}
.agent-staff-dialog .add-staff-btn[data-v-0f2d0240]:hover {
  background-color: #189561 !important;
  border-color: #189561 !important;
  -webkit-box-shadow: 0 4px 12px rgba(31, 169, 111, 0.4);
          box-shadow: 0 4px 12px rgba(31, 169, 111, 0.4);
}
.agent-staff-dialog .staff-stats-bar[data-v-0f2d0240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding: 0 4px;
}
.agent-staff-dialog .staff-stats-bar .stats-text[data-v-0f2d0240] {
  font-size: 13px;
  color: #909399;
}
.agent-staff-dialog .staff-stats-bar .stats-text .stats-icon[data-v-0f2d0240] {
  margin-right: 5px;
  color: #1fa96f;
}
.agent-staff-dialog .staff-stats-bar .stats-text strong[data-v-0f2d0240] {
  color: #303133;
  font-weight: 600;
  margin: 0 2px;
}
.agent-staff-dialog .staff-table[data-v-0f2d0240] {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-staff-dialog .staff-table[data-v-0f2d0240] .staff-table-header th.el-table__cell {
  background-color: #f0f4f8 !important;
  color: #4a5568;
  font-weight: 600;
  font-size: 13px;
  padding: 14px 0;
  border-bottom: 1px solid #e8ecf0 !important;
}
.agent-staff-dialog .staff-table[data-v-0f2d0240] .staff-table-row td.el-table__cell {
  padding: 14px 0;
  border-bottom: 1px solid #f5f7fa;
}
.agent-staff-dialog .staff-table[data-v-0f2d0240] .el-table__row:hover > td {
  background-color: #f0faf5 !important;
}
.agent-staff-dialog .staff-table[data-v-0f2d0240] .el-table__body-wrapper {
  background: #fff;
}
.agent-staff-dialog .staff-table .index-badge[data-v-0f2d0240] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #f0f4f8, #e8ecf0);
  border-radius: 6px;
  color: #606266;
  font-size: 12px;
  font-weight: 600;
}
.agent-staff-dialog .staff-table .staff-name-cell[data-v-0f2d0240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.agent-staff-dialog .staff-table .staff-name-cell .staff-avatar[data-v-0f2d0240] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1fa96f, #16c784);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agent-staff-dialog .staff-table .staff-name-cell .staff-name-text[data-v-0f2d0240] {
  font-size: 14px;
  color: #303133;
  font-weight: 500;
}
.agent-staff-dialog .staff-table .phone-text[data-v-0f2d0240] {
  font-size: 14px;
  color: #606266;
  font-family: "Courier New", monospace;
  letter-spacing: 0.5px;
}
.agent-staff-dialog .staff-table .type-tag[data-v-0f2d0240] {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
}
.agent-staff-dialog .staff-table .role-text[data-v-0f2d0240] {
  font-size: 13px;
  color: #606266;
}
.agent-staff-dialog .staff-table .status-badge[data-v-0f2d0240] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.agent-staff-dialog .staff-table .status-badge .dot[data-v-0f2d0240] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agent-staff-dialog .staff-table .status-badge.active[data-v-0f2d0240] {
  background: rgba(31, 169, 111, 0.1);
  color: #1fa96f;
}
.agent-staff-dialog .staff-table .status-badge.active .dot[data-v-0f2d0240] {
  background: #1fa96f;
}
.agent-staff-dialog .staff-table .status-badge.inactive[data-v-0f2d0240] {
  background: rgba(245, 108, 108, 0.1);
  color: #f56c6c;
}
.agent-staff-dialog .staff-table .status-badge.inactive .dot[data-v-0f2d0240] {
  background: #f56c6c;
}
.agent-staff-dialog .staff-table .time-text[data-v-0f2d0240] {
  font-size: 13px;
  color: #909399;
}
.agent-staff-dialog .staff-table .op-btn[data-v-0f2d0240] {
  font-size: 13px;
  font-weight: 500;
  padding: 0 2px;
}
.agent-staff-dialog .staff-table .op-btn.edit[data-v-0f2d0240] {
  color: #1fa96f;
}
.agent-staff-dialog .staff-table .op-btn.edit[data-v-0f2d0240]:hover {
  color: #189561;
}
.agent-staff-dialog .staff-table .op-btn.del[data-v-0f2d0240] {
  color: #f56c6c;
}
.agent-staff-dialog .staff-table .op-btn.del[data-v-0f2d0240]:hover {
  color: #d64a4a;
}
.agent-staff-dialog .staff-table[data-v-0f2d0240] .el-divider--vertical {
  margin: 0 4px;
  height: 14px;
  background-color: #e4e7ed;
}
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .el-pagination__total,
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .el-pagination__sizes,
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .el-pagination__jump {
  font-size: 13px;
  color: #606266;
}
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .btn-prev,
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .btn-next {
  border-radius: 6px;
}
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .el-pager li {
  border-radius: 6px;
}
.agent-staff-dialog .staff-pagination[data-v-0f2d0240] .el-pagination .el-pager li.active {
  background-color: #1fa96f;
}
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] {
  padding: 0 4px;
}
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-form-item {
  margin-bottom: 20px;
}
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-form-item__label {
  font-size: 14px;
  color: #4a5568;
  font-weight: 500;
  padding-bottom: 6px;
  line-height: 1.4;
}
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-input__inner,
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-textarea__inner {
  border-radius: 8px;
  border-color: #e4e7ed;
  height: 40px;
  font-size: 14px;
}
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-input__inner:focus,
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-textarea__inner:focus {
  border-color: #1fa96f;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.12);
          box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.12);
}
.agent-staff-dialog .staff-inner-form[data-v-0f2d0240] .el-select .el-input__inner {
  height: 40px;
}
.agent-city-dialog[data-v-54e7581b] .el-dialog {
  max-width: calc(100vw - 32px);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.agent-city-dialog[data-v-54e7581b] .el-dialog__header {
  padding: 22px 28px 18px;
  border-bottom: 1px solid #f0f2f5;
}
.agent-city-dialog[data-v-54e7581b] .el-dialog__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
}
.agent-city-dialog[data-v-54e7581b] .el-dialog__body {
  padding: 22px 28px 24px;
  background: #f5f7fa;
}
.agent-city-dialog .agent-city-summary[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-city-dialog .agent-city-summary .summary-main[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.agent-city-dialog .agent-city-summary .agent-avatar[data-v-54e7581b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 8px;
  background: #1fa96f;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agent-city-dialog .agent-city-summary .summary-text[data-v-54e7581b] {
  min-width: 0;
}
.agent-city-dialog .agent-city-summary .agent-name[data-v-54e7581b] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 5px;
}
.agent-city-dialog .agent-city-summary .agent-meta[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  color: #606266;
  font-size: 13px;
}
.agent-city-dialog .agent-city-summary .locked-tag[data-v-54e7581b] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 14px;
}
.agent-city-dialog .agent-city-summary .locked-tag .el-icon-lock[data-v-54e7581b] {
  margin-right: 4px;
}
.agent-city-dialog .city-toolbar[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-city-dialog .city-toolbar .search-left[data-v-54e7581b],
.agent-city-dialog .city-toolbar .add-city-box[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.agent-city-dialog .city-toolbar .search-item[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.agent-city-dialog .city-toolbar .search-label[data-v-54e7581b] {
  color: #606266;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.agent-city-dialog .city-toolbar .search-input[data-v-54e7581b] {
  width: 190px;
}
.agent-city-dialog .city-toolbar .city-select[data-v-54e7581b] {
  width: 260px;
}
.agent-city-dialog .green-search-btn[data-v-54e7581b],
.agent-city-dialog .add-city-btn[data-v-54e7581b] {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
  border-radius: 8px;
  height: 36px;
  padding: 0 18px;
  font-weight: 500;
}
.agent-city-dialog .green-search-btn[data-v-54e7581b]:hover,
.agent-city-dialog .add-city-btn[data-v-54e7581b]:hover {
  background-color: #189561 !important;
  border-color: #189561 !important;
}
.agent-city-dialog .reset-btn[data-v-54e7581b] {
  border-radius: 8px;
  height: 36px;
  padding: 0 18px;
  color: #606266;
  border-color: #dcdfe6;
}
.agent-city-dialog .reset-btn[data-v-54e7581b]:hover {
  color: #1fa96f;
  border-color: #1fa96f;
  background: rgba(31, 169, 111, 0.05);
}
.agent-city-dialog .city-tip[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
  color: #909399;
  font-size: 13px;
}
.agent-city-dialog .city-tip .el-icon-s-data[data-v-54e7581b],
.agent-city-dialog .city-tip .el-icon-lock[data-v-54e7581b] {
  margin-right: 5px;
  color: #1fa96f;
}
.agent-city-dialog .city-tip strong[data-v-54e7581b] {
  color: #303133;
  margin: 0 3px;
}
.agent-city-dialog .city-tip .tip-text[data-v-54e7581b] {
  text-align: right;
}
.agent-city-dialog .city-table[data-v-54e7581b] {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-city-dialog .city-table[data-v-54e7581b] .city-table-header th.el-table__cell {
  background-color: #f0f4f8 !important;
  color: #4a5568;
  font-weight: 600;
  font-size: 13px;
  padding: 14px 0;
  border-bottom: 1px solid #e8ecf0 !important;
}
.agent-city-dialog .city-table[data-v-54e7581b] .city-table-row td.el-table__cell {
  padding: 14px 0;
  border-bottom: 1px solid #f5f7fa;
}
.agent-city-dialog .city-table[data-v-54e7581b] .el-table__row:hover > td {
  background-color: #f0faf5 !important;
}
.agent-city-dialog .city-table .index-badge[data-v-54e7581b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background: #f0f4f8;
  border-radius: 6px;
  color: #606266;
  font-size: 12px;
  font-weight: 600;
}
.agent-city-dialog .city-table .city-name-cell[data-v-54e7581b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #303133;
  font-weight: 500;
}
.agent-city-dialog .city-table .city-name-cell .el-icon-location-outline[data-v-54e7581b] {
  color: #1fa96f;
  font-size: 16px;
}
.agent-city-dialog .city-table .city-type-tag[data-v-54e7581b] {
  border-radius: 14px;
}
.agent-city-dialog .city-table .city-type-tag .el-icon-lock[data-v-54e7581b],
.agent-city-dialog .city-table .city-type-tag .el-icon-check[data-v-54e7581b] {
  margin-right: 4px;
}
.agent-city-dialog .city-table .locked-action[data-v-54e7581b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #909399;
  font-size: 13px;
}
.agent-city-dialog .city-table .locked-action .el-icon-lock[data-v-54e7581b] {
  margin-right: 4px;
}
.agent-city-dialog .city-table .delete-city-btn[data-v-54e7581b] {
  color: #f56c6c;
  font-weight: 500;
}
.agent-city-dialog .city-table .delete-city-btn[data-v-54e7581b]:hover {
  color: #d64a4a;
}
.agent-city-dialog .city-pagination[data-v-54e7581b] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.agent-city-dialog .option-name[data-v-54e7581b] {
  float: left;
}
.agent-city-dialog .option-status[data-v-54e7581b] {
  float: right;
  color: #909399;
  font-size: 12px;
}
.agent-list[data-v-3e1cdeef] {
  background-color: transparent !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.agent-list .mb20[data-v-3e1cdeef] {
  margin-bottom: 20px;
}
.agent-list[data-v-3e1cdeef] .search-card {
  border: none;
  border-radius: 8px;
}
.agent-list[data-v-3e1cdeef] .search-card .el-card__body {
  padding: 20px;
}
.agent-list .filters-container[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.agent-list .filters-left[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agent-list .actions-right[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.agent-list[data-v-3e1cdeef] .table-card {
  border: none;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.agent-list[data-v-3e1cdeef] .table-card .el-card__header {
  padding: 16px 20px;
  border-bottom: none;
}
.agent-list[data-v-3e1cdeef] .table-card .el-card__body {
  padding: 0 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.agent-list .title-with-bar[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent-list .title-with-bar .vertical-bar[data-v-3e1cdeef] {
  width: 4px;
  height: 16px;
  background-color: #1fa96f;
  margin-right: 8px;
  border-radius: 2px;
}
.agent-list .title-with-bar .table-title[data-v-3e1cdeef] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.agent-list .toolbar .filter-buttons-container[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.agent-list .toolbar .custom-filter-item[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px;
  margin-bottom: 10px;
  width: 180px;
}
.agent-list .toolbar .custom-filter-item .filter-label[data-v-3e1cdeef] {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}
.agent-list[data-v-3e1cdeef] .custom-input {
  width: 100%;
}
.agent-list[data-v-3e1cdeef] .custom-input .el-input__inner {
  border: 1px solid #e4e7ed !important;
  border-radius: 6px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #f7f8fa !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agent-list[data-v-3e1cdeef] .custom-input .el-input__inner:focus, .agent-list[data-v-3e1cdeef] .custom-input .el-input__inner:hover {
  border-color: #1fa96f !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
          box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
}
.agent-list[data-v-3e1cdeef] .custom-input.el-select .el-input.is-focus .el-input__inner {
  border-color: #1fa96f !important;
  background-color: #fff !important;
}
.agent-list[data-v-3e1cdeef] .green-search-btn {
  background-color: #24b851 !important;
  border-color: #24b851 !important;
  border-radius: 6px;
  color: white;
  height: 36px;
  padding: 0 16px;
}
.agent-list[data-v-3e1cdeef] .green-search-btn:hover {
  background-color: #3dd869 !important;
  border-color: #3dd869 !important;
}
.agent-list[data-v-3e1cdeef] .reset-btn,
.agent-list[data-v-3e1cdeef] .add-btn {
  border-radius: 6px;
  height: 36px;
  padding: 0 16px;
}
.agent-list[data-v-3e1cdeef] .add-btn {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
}
.agent-list[data-v-3e1cdeef] .add-btn:hover {
  opacity: 0.85 !important;
}
.agent-list .table-wrapper[data-v-3e1cdeef] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: hidden;
}
.agent-list[data-v-3e1cdeef] .custom-table {
  border-radius: 8px;
  overflow: hidden;
}
.agent-list[data-v-3e1cdeef] .custom-table th.el-table__cell {
  background-color: #f7f8f9 !important;
  color: #333;
  font-weight: 500;
  border-bottom: none !important;
  padding: 12px 0;
}
.agent-list[data-v-3e1cdeef] .custom-table td.el-table__cell {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.agent-list[data-v-3e1cdeef] .custom-table::before {
  display: none;
}
.agent-list[data-v-3e1cdeef] .custom-table .agent-child-row td {
  background: #fbfcfd;
}
.agent-list[data-v-3e1cdeef] .custom-table .agent-name-column .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  line-height: 20px;
}
.agent-list[data-v-3e1cdeef] .custom-table .agent-name-column .el-table__expand-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 20px;
  line-height: 20px;
  margin-right: 6px;
}
.agent-list[data-v-3e1cdeef] .custom-table .agent-name-column .el-table__expand-icon .el-icon-arrow-right {
  line-height: 1;
}
.agent-list[data-v-3e1cdeef] .custom-table .agent-name-column .el-table__indent,
.agent-list[data-v-3e1cdeef] .custom-table .agent-name-column .el-table__placeholder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.agent-list[data-v-3e1cdeef] .custom-table .el-table__indent {
  padding-left: 18px !important;
}
.agent-list[data-v-3e1cdeef] .custom-table .amount-column .cell {
  font-variant-numeric: tabular-nums;
}
.agent-list .agent-name-text[data-v-3e1cdeef] {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  font-weight: 600;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent-list .muted-text[data-v-3e1cdeef] {
  color: #909399;
  font-size: 12px;
}
.agent-list .phone-detail-link[data-v-3e1cdeef] {
  color: #1fa96f;
  font-size: 12px;
  padding: 0;
}
.agent-list .metric-value[data-v-3e1cdeef] {
  font-weight: 600;
  color: #303133;
}
.agent-list .metric-value.accent[data-v-3e1cdeef] {
  color: #1fa96f;
}
.agent-list .op-btn[data-v-3e1cdeef] {
  font-weight: 500;
  padding: 0;
  margin-right: 10px;
}
.agent-list .op-btn.edit[data-v-3e1cdeef], .agent-list .op-btn.adjust[data-v-3e1cdeef], .agent-list .op-btn.more[data-v-3e1cdeef] {
  color: #1fa96f;
}
.agent-list .status-badge[data-v-3e1cdeef] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.agent-list .status-badge .status-dot[data-v-3e1cdeef] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.agent-list .status-badge.success[data-v-3e1cdeef] {
  color: #1fa96f;
}
.agent-list .status-badge.success .status-dot[data-v-3e1cdeef] {
  background: #1fa96f;
}
.agent-list .status-badge.warning[data-v-3e1cdeef] {
  color: #e6a23c;
}
.agent-list .status-badge.warning .status-dot[data-v-3e1cdeef] {
  background: #e6a23c;
}
.agent-list .status-badge.danger[data-v-3e1cdeef] {
  color: #f56c6c;
}
.agent-list .status-badge.danger .status-dot[data-v-3e1cdeef] {
  background: #f56c6c;
}
.agent-list .status-badge.info[data-v-3e1cdeef] {
  color: #909399;
}
.agent-list .status-badge.info .status-dot[data-v-3e1cdeef] {
  background: #909399;
}
.agent-list .pagination-container[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
}
.agent-list .info-box[data-v-3e1cdeef] {
  background: #f7f8fa;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.agent-list .info-box .info-item[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.agent-list .info-box .info-item[data-v-3e1cdeef]:last-child {
  margin-bottom: 0;
}
.agent-list .info-box .info-item .info-label[data-v-3e1cdeef] {
  color: #666;
  font-size: 13px;
  min-width: 90px;
}
.agent-list .info-box .info-item .info-val[data-v-3e1cdeef] {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.agent-list .agent-adjust-dialog[data-v-3e1cdeef] .el-dialog {
  border-radius: 6px;
  overflow: hidden;
}
.agent-list .agent-adjust-dialog[data-v-3e1cdeef] .el-dialog__header {
  padding: 18px 26px;
  border-bottom: 1px solid #edf0f2;
}
.agent-list .agent-adjust-dialog[data-v-3e1cdeef] .el-dialog__title {
  color: #20232a;
  font-size: 18px;
  font-weight: 600;
}
.agent-list .agent-adjust-dialog[data-v-3e1cdeef] .el-dialog__body {
  max-height: calc(88vh - 134px);
  overflow-y: auto;
  padding: 18px 26px 6px;
}
.agent-list .agent-adjust-dialog[data-v-3e1cdeef] .el-dialog__footer {
  padding: 12px 26px;
  background: #fafbfc;
  border-top: 1px solid #edf0f2;
}
.agent-list .agent-adjust-dialog .adjust-summary[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(115deg, #f4fffb 0%, #ffffff 74%);
  border: 1px solid #dcefe7;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 18px;
}
.agent-list .agent-adjust-dialog .summary-main[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.agent-list .agent-adjust-dialog .summary-avatar[data-v-3e1cdeef] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #20c777 0%, #12a96a 100%);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 600;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 10px 18px rgba(31, 169, 111, 0.18);
          box-shadow: 0 10px 18px rgba(31, 169, 111, 0.18);
}
.agent-list .agent-adjust-dialog .summary-name[data-v-3e1cdeef] {
  font-size: 17px;
  font-weight: 600;
  color: #303133;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent-list .agent-adjust-dialog .summary-meta[data-v-3e1cdeef] {
  color: #8f96a3;
  font-size: 12px;
  margin-top: 4px;
}
.agent-list .agent-adjust-dialog .summary-metrics[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agent-list .agent-adjust-dialog .summary-metric[data-v-3e1cdeef] {
  min-width: 132px;
  min-height: 54px;
  padding: 8px 12px;
  border: 1px solid #e2e8ee;
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.agent-list .agent-adjust-dialog .summary-metric i[data-v-3e1cdeef] {
  color: #1fa96f;
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agent-list .agent-adjust-dialog .summary-metric span[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}
.agent-list .agent-adjust-dialog .summary-metric em[data-v-3e1cdeef] {
  color: #8f96a3;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}
.agent-list .agent-adjust-dialog .summary-metric strong[data-v-3e1cdeef] {
  color: #1fa96f;
  font-size: 18px;
  line-height: 24px;
}
.agent-list .agent-adjust-dialog .adjust-step[data-v-3e1cdeef] {
  margin-bottom: 16px;
}
.agent-list .agent-adjust-dialog .step-title[data-v-3e1cdeef] {
  color: #20232a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.agent-list .agent-adjust-dialog .step-title em[data-v-3e1cdeef] {
  color: #8f96a3;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-left: 6px;
}
.agent-list .agent-adjust-dialog .resource-switch[data-v-3e1cdeef] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
  border-bottom: 1px dashed #dfe5ec;
}
.agent-list .agent-adjust-dialog .resource-tab[data-v-3e1cdeef] {
  height: 42px;
  border: 1px solid #dfe5ec;
  border-bottom: none;
  background: #fff;
  color: #69717d;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.agent-list .agent-adjust-dialog .resource-tab[data-v-3e1cdeef]:first-child {
  border-radius: 6px 0 0 0;
}
.agent-list .agent-adjust-dialog .resource-tab[data-v-3e1cdeef]:last-child {
  border-radius: 0 6px 0 0;
}
.agent-list .agent-adjust-dialog .resource-tab i[data-v-3e1cdeef] {
  font-size: 16px;
}
.agent-list .agent-adjust-dialog .resource-tab.active[data-v-3e1cdeef] {
  background: -webkit-gradient(linear, left top, left bottom, from(#effdf6), to(#ffffff));
  background: linear-gradient(180deg, #effdf6 0%, #ffffff 100%);
  border-color: #22b573;
  color: #1fa96f;
  -webkit-box-shadow: inset 0 -3px 0 #1fa96f;
          box-shadow: inset 0 -3px 0 #1fa96f;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] {
  padding-top: 2px;
}
.agent-list .agent-adjust-dialog .adjust-form .full-width[data-v-3e1cdeef] {
  width: 100%;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .el-form-item {
  margin-bottom: 14px;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .el-form-item__label {
  color: #20232a;
  padding-bottom: 8px;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .el-input__inner {
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .el-textarea__inner {
  border-radius: 6px;
  min-height: 64px !important;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .full-width-number {
  width: 100%;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .full-width-number .el-input {
  width: 100%;
}
.agent-list .agent-adjust-dialog .adjust-form[data-v-3e1cdeef] .full-width-number .el-input__inner {
  font-size: 16px;
  text-align: left;
}
.agent-list .agent-adjust-dialog .operation-grid[data-v-3e1cdeef] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.agent-list .agent-adjust-dialog .operation-card[data-v-3e1cdeef] {
  min-height: 58px;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 44px 12px 16px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.agent-list .agent-adjust-dialog .operation-card[data-v-3e1cdeef]:hover {
  border-color: #b8c4d1;
}
.agent-list .agent-adjust-dialog .operation-card.active.is-increase[data-v-3e1cdeef] {
  background: #f4fffa;
  border-color: #1fa96f;
}
.agent-list .agent-adjust-dialog .operation-card.active.is-decrease[data-v-3e1cdeef] {
  background: #fff8f6;
  border-color: #ff9d8d;
}
.agent-list .agent-adjust-dialog .operation-card.is-increase .operation-icon[data-v-3e1cdeef] {
  background: #1fa96f;
}
.agent-list .agent-adjust-dialog .operation-card.is-decrease .operation-icon[data-v-3e1cdeef] {
  background: #f05a42;
}
.agent-list .agent-adjust-dialog .operation-icon[data-v-3e1cdeef] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agent-list .agent-adjust-dialog .operation-copy[data-v-3e1cdeef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.agent-list .agent-adjust-dialog .operation-copy strong[data-v-3e1cdeef] {
  color: #20232a;
  font-size: 14px;
  line-height: 20px;
}
.agent-list .agent-adjust-dialog .operation-copy em[data-v-3e1cdeef] {
  color: #8f96a3;
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
  margin-top: 2px;
}
.agent-list .agent-adjust-dialog .operation-check[data-v-3e1cdeef] {
  color: #1fa96f;
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.agent-list .agent-adjust-dialog .adjust-equation[data-v-3e1cdeef] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7fffb;
  border: 1px solid #dcefe7;
  border-radius: 8px;
  margin: -2px 0 16px;
  padding: 10px 14px;
}
.agent-list .agent-adjust-dialog .equation-item[data-v-3e1cdeef] {
  text-align: center;
}
.agent-list .agent-adjust-dialog .equation-item span[data-v-3e1cdeef] {
  color: #69717d;
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.agent-list .agent-adjust-dialog .equation-item strong[data-v-3e1cdeef] {
  color: #1fa96f;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 1px;
}
.agent-list .agent-adjust-dialog .equation-item strong.increase[data-v-3e1cdeef] {
  color: #1fa96f;
}
.agent-list .agent-adjust-dialog .equation-item strong.decrease[data-v-3e1cdeef], .agent-list .agent-adjust-dialog .equation-item strong.danger[data-v-3e1cdeef] {
  color: #f05a42;
}
.agent-list .agent-adjust-dialog .equation-symbol[data-v-3e1cdeef] {
  color: #20232a;
  font-size: 20px;
  text-align: center;
}
.agent-list .agent-adjust-dialog .remark-form-item[data-v-3e1cdeef] {
  margin-bottom: 0;
}
.agent-list .agent-adjust-dialog .adjust-footer[data-v-3e1cdeef] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.agent-list .agent-adjust-dialog .adjust-footer[data-v-3e1cdeef] .el-button {
  border-radius: 6px;
  height: 34px;
  min-width: 88px;
}
.agent-list .agent-adjust-dialog .adjust-footer[data-v-3e1cdeef] .el-button--primary {
  background-color: #1fa96f;
  border-color: #1fa96f;
}
.agent-list[data-v-3e1cdeef] .el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.agent-list[data-v-3e1cdeef] .el-radio-group .el-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-3e1cdeef] .danger-dropdown {
  color: #f56c6c;
}
