.base-progress-outer {
  box-sizing: border-box;
  height: 20px;
  padding: 4px;
}
.base-progress-desc {
  display: flex;
  flex-wrap: wrap;
}
.base-progress-desc-item {
  display: flex;
  align-items: center;
  margin: 5px 10px 5px 0;
  white-space: nowrap;
}
.base-progress-desc-item-dot {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.base-progress-desc-item-name {
  margin: 0 10px;
  font-weight: 550;
}
.base-progress-item {
  margin-right: 2px;
}
