.agent-profit-rule[data-v-1903a274] {
  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-profit-rule[data-v-1903a274] .search-card {
  border: none;
  border-radius: 8px;
}
.agent-profit-rule[data-v-1903a274] .search-card .el-card__body {
  padding: 20px;
}
.agent-profit-rule .filters-container[data-v-1903a274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.agent-profit-rule .filters-left[data-v-1903a274] {
  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-profit-rule .actions-right[data-v-1903a274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.agent-profit-rule .custom-filter-item[data-v-1903a274] {
  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-profit-rule .custom-filter-item .filter-label[data-v-1903a274] {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}
.agent-profit-rule .filter-buttons-container[data-v-1903a274] {
  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-profit-rule[data-v-1903a274] .custom-input {
  width: 100%;
}
.agent-profit-rule[data-v-1903a274] .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-profit-rule[data-v-1903a274] .custom-input .el-input__inner:focus, .agent-profit-rule[data-v-1903a274] .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-profit-rule[data-v-1903a274] .green-search-btn {
  background-color: #24b851 !important;
  border-color: #24b851 !important;
  border-radius: 6px;
  color: white;
  height: 36px;
  padding: 0 16px;
}
.agent-profit-rule[data-v-1903a274] .reset-btn,
.agent-profit-rule[data-v-1903a274] .add-btn {
  border-radius: 6px;
  height: 36px;
  padding: 0 16px;
}
.agent-profit-rule[data-v-1903a274] .add-btn {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
}
.agent-profit-rule[data-v-1903a274] .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-profit-rule[data-v-1903a274] .table-card .el-card__header {
  padding: 16px 20px;
  border-bottom: none;
}
.agent-profit-rule[data-v-1903a274] .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-profit-rule .title-with-bar[data-v-1903a274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent-profit-rule .title-with-bar .vertical-bar[data-v-1903a274] {
  width: 4px;
  height: 16px;
  background-color: #1fa96f;
  margin-right: 8px;
  border-radius: 2px;
}
.agent-profit-rule .title-with-bar .table-title[data-v-1903a274] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.agent-profit-rule .table-wrapper[data-v-1903a274] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: hidden;
}
.agent-profit-rule .pagination-container[data-v-1903a274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
}
.agent-profit-rule[data-v-1903a274] .custom-table {
  border-radius: 8px;
  overflow: hidden;
}
.agent-profit-rule[data-v-1903a274] .custom-table .el-table__cell .cell {
  padding-left: 10px;
  padding-right: 10px;
}
.agent-profit-rule[data-v-1903a274] .custom-table th.el-table__cell {
  background-color: #f7f8f9 !important;
  color: #333;
  font-weight: 500;
  border-bottom: none !important;
  padding: 12px 0;
}
.agent-profit-rule[data-v-1903a274] .custom-table td.el-table__cell {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.agent-profit-rule[data-v-1903a274] .custom-table::before {
  display: none;
}
.agent-profit-rule .index-badge[data-v-1903a274] {
  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;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  border-radius: 5px;
  background: #f2f6fc;
  color: #606266;
  font-size: 12px;
}
.agent-profit-rule .rate-text[data-v-1903a274] {
  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;
  min-width: 64px;
  height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  background: #e8f6f0;
  color: #1fa96f;
  font-weight: 600;
  white-space: nowrap;
}
.agent-profit-rule .status-badge[data-v-1903a274] {
  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;
  min-width: 58px;
  height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
}
.agent-profit-rule .status-badge .status-dot[data-v-1903a274] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}
.agent-profit-rule .status-badge.status-success[data-v-1903a274] {
  background: #e8f6f0;
  color: #1fa96f;
}
.agent-profit-rule .status-badge.status-success .status-dot[data-v-1903a274] {
  background: #1fa96f;
}
.agent-profit-rule .status-badge.status-danger[data-v-1903a274] {
  background: #fff1f0;
  color: #ff4d4f;
}
.agent-profit-rule .status-badge.status-danger .status-dot[data-v-1903a274] {
  background: #ff4d4f;
}
.agent-profit-rule .action-btn[data-v-1903a274] {
  cursor: pointer;
  color: #1fa96f;
  font-size: 13px;
  font-weight: 500;
}
.agent-profit-rule .action-btn[data-v-1903a274]:hover {
  opacity: 0.75;
}
.agent-profit-rule .danger-btn[data-v-1903a274] {
  color: #ff4d4f;
}
.agent-profit-rule .warning-btn[data-v-1903a274] {
  color: #faad14;
}
.agent-profit-rule .success-btn[data-v-1903a274] {
  color: #1fa96f;
}
.agent-profit-rule[data-v-1903a274] .th-operate .cell {
  white-space: nowrap;
}
.agent-profit-rule .rule-form[data-v-1903a274] {
  padding: 0 8px;
}
.agent-profit-rule .full-width[data-v-1903a274] {
  width: 100%;
}
.agent-profit-rule .dialog-footer[data-v-1903a274] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.agent-profit-confirm {
  width: 460px;
  border: none;
  border-radius: 8px;
}
.agent-profit-confirm .el-message-box__header {
  padding: 22px 24px 8px;
}
.agent-profit-confirm .el-message-box__title {
  color: #1f2d3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.agent-profit-confirm .el-message-box__content {
  padding: 10px 24px 16px;
}
.agent-profit-confirm .el-message-box__message {
  margin: 0;
}
.agent-profit-confirm .el-message-box__btns {
  padding: 6px 24px 22px;
}
.agent-profit-confirm .rule-confirm-panel {
  color: #303133;
}
.agent-profit-confirm .rule-confirm-impact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.agent-profit-confirm .rule-confirm-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 34px;
          flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.agent-profit-confirm .rule-confirm-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.agent-profit-confirm .rule-confirm-desc {
  color: #303133;
  font-size: 14px;
  line-height: 22px;
}
.agent-profit-confirm .rule-confirm-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.agent-profit-confirm .rule-confirm-meta-item {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  background: #f7f8fa;
}
.agent-profit-confirm .rule-confirm-meta-item span {
  display: block;
  margin-bottom: 5px;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}
.agent-profit-confirm .rule-confirm-meta-item strong {
  display: block;
  overflow: hidden;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent-profit-confirm.agent-profit-confirm--delete .rule-confirm-impact {
  border-color: #ffccc7;
  background: #fff1f0;
}
.agent-profit-confirm.agent-profit-confirm--delete .rule-confirm-icon {
  background: #ff4d4f;
}
.agent-profit-confirm.agent-profit-confirm--disable .rule-confirm-impact {
  border-color: #ffe7ba;
  background: #fff7e6;
}
.agent-profit-confirm.agent-profit-confirm--disable .rule-confirm-icon {
  background: #faad14;
}
.agent-profit-confirm.agent-profit-confirm--enable .rule-confirm-impact {
  border-color: #b7eb8f;
  background: #f6ffed;
}
.agent-profit-confirm.agent-profit-confirm--enable .rule-confirm-icon {
  background: #1fa96f;
}
.agent-profit-confirm__cancel,
.agent-profit-confirm__confirm {
  min-width: 82px;
  border-radius: 6px;
}
.agent-profit-confirm__confirm--delete {
  background: #ff4d4f !important;
  border-color: #ff4d4f !important;
}
.agent-profit-confirm__confirm--delete:hover,
.agent-profit-confirm__confirm--delete:focus {
  background: #ff7875 !important;
  border-color: #ff7875 !important;
}
.agent-profit-confirm__confirm--disable {
  background: #faad14 !important;
  border-color: #faad14 !important;
}
.agent-profit-confirm__confirm--disable:hover,
.agent-profit-confirm__confirm--disable:focus {
  background: #ffc53d !important;
  border-color: #ffc53d !important;
}
.agent-profit-confirm__confirm--enable {
  background: #1fa96f !important;
  border-color: #1fa96f !important;
}
.agent-profit-confirm__confirm--enable:hover,
.agent-profit-confirm__confirm--enable:focus {
  background: #24b851 !important;
  border-color: #24b851 !important;
}
