/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host ::ng-deep {
  display: block;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
:host ::ng-deep .progress-wrap {
  background-color: #f7f7f7;
  position: relative;
}
:host ::ng-deep .progress {
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  border-radius: 1px 0 0 1px;
  background-color: #108ee9;
  width: 0;
  height: 100%;
}
:host ::ng-deep .target {
  position: absolute;
  top: 0;
  bottom: 0;
}
:host ::ng-deep .target span {
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 2px;
}
:host ::ng-deep .target span:last-child {
  top: auto;
  bottom: 0;
}
