@import "../../../../assets/scss/mixin";
.g5plus-h-progress-bar
{
  small
  {
    font-size: 100%;
  }
  &.style1,
  &.style3 {
    margin-top: 35px;
  }
  &.style1 .progress-bar-title,
  &.style3 .progress-bar-title {
    position: absolute;
    top: -35px;
  }
  &.style3.vc_progress-bar-color-primary-color.value_style1 .progress-bar-title {
    font-weight: 600;
  }
  &.style1 .vc_label_units,
  &.style3 .vc_label_units {
    position: absolute;
    padding: 0;
    width: 42px;
    top: -35px;
    height: 24px;
    line-height: 24px;
  }
  &.value_style0 .vc_label_units {
    right: 0;
    text-align: right;
  }
  &.value_style1 .vc_label_units,
  &.value_style2 .vc_label_units,
  &.value_style3 .vc_label_units {
    background-color: #212121;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: -21px;
    text-align: center;
  }
  &.value_style1 .vc_label_units:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #212121;
    content: "";
    left: 15px;
    position: absolute;
    top: 22px;
  }
  &.style1 .progress-bar-title
  {
    font-weight: bold;
    font-size: 16px;
  }
  &.value_style2 .vc_label_units{
    right: 0;
  }
  &.value_style3 .vc_label_units {
    right: -42px;
  }
  &.value_style2 .vc_label_units:before,
  &.value_style3 .vc_label_units:before {
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #212121;
    content: "";
    left: 0;
    position: absolute;
    top: 22px;
  }
  &.value_style3 .vc_label_units {
    background-color: #f6f6f6;
    color: #aaa;
    right: 0;
  }
  &.value_style3 .vc_label_units:before {
    display: none;
  }
  &.style2 .progress-bar-title,
  &.style4 .progress-bar-title {
    padding-left: 10px;
  }
  &.style2 .vc_single_bar .vc_label,
  &.style4 .vc_single_bar .vc_label {
    color: #ffffff;
  }
  &.style2 .progress-bar-title
  {
    font-weight: bold;
    font-size:16px;
  }
  &.style2 .vc_label_units
  {
    font-size:14px;
    font-weight:bold;
  }
  &.style4 .progress-bar-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    color: #FFFFFF;
  }
  .vc_single_bar {
    box-shadow: none;
  }
}
.vc_single_bar.vc_progress-bar-color-primary-color
{
  background-color: var(--g5-color-accent);
}
.g5plus-h-progress-bar .vc_label
{
  color: var(--g5-color-secondary);
}
.g5plus-h-progress-bar.vc_progress-bar-color-primary-color .vc_single_bar .vc_bar
{
  background-color: var(--g5-color-accent);
}
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0;
  min-height: 1px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0 !important;
}