@import "../../constants/style/color";

.container {
  width: 100%;
  height: 14px;
  display: flex;
  align-items: center;

  .line {
    flex: 1;
    display: flex;
    height: 100%;

    .item {
      height: calc(100% - 8px);
      margin: 4px 0;
      border-radius: 2px;
    }

    .progress {
      background: $primary;
    }
    .background {
      background: $ghost;
    }
  }
  .counts {
    width: 30px;
    display: flex;
    font-size: 11px;
    margin-left: 4px;
    color: $primary;
  }
}
