@charset "UTF-8";
/* 外层容器 */
.progress-bar[data-v-71f42a85] {
  width: 160px;
  /* 进度条的宽度 */
  height: 8px;
  /* 进度条的高度 */
  background-color: var(--progress-bar-bg);
  /* 进度条的背景颜色 */
  border-radius: 10px;
  /* 圆角 */
  position: relative;
  /* 相对定位 */
  margin-right: 8px;
}

/* 进度条 */
.progress[data-v-71f42a85] {
  width: 160px;
  height: 100%;
  /* 高度与外层容器一致 */
  background: linear-gradient(90deg, #9cecfb, #2b5bfc);
  /* 渐变背景 */
  transition: width 0.5s ease;
  /* 宽度变化时的过渡效果 */
  border-radius: 10px;
  /* 圆角 */
}
.progress_box[data-v-71f42a85] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-5f2c7164] .ant-popover-inner {
  width: 400px !important;
}
[data-v-5f2c7164] .ant-btn {
  padding: 0 0 0 16px;
}
.operation-box[data-v-5f2c7164] {
  height: 100%;
  display: flex;
  align-items: center;
}
.btn[data-v-5f2c7164] {
  margin: 0 16px 0 0;
  cursor: pointer;
}
.opacity[data-v-5f2c7164] {
  opacity: 0.5;
}

