

.onbiz-progressbar-content { position: relative; margin-bottom: 22px; }
  .onbiz-progressbar-content:last-child { margin-bottom: 0; }
  .progress-value { float: right; border-radius: 0; color: var(--color-theme-primary); line-height: 30px; font-weight: normal; position: relative; bottom: 0; right: 0; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
  .onbiz-progress-bar { -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background: var(--border-color-light) none repeat scroll 0 0; box-shadow: 0 0 0; height: 8px; margin: 0; position: relative; width: 100%; margin: 10px 0 0; }
  .onbiz-progress-bar>span { background: var(--color-theme-primary) none repeat scroll 0 0; display: block; height: 100%; width: 0; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
  .onbiz-progressbar-box .progress-title { color: var(--global-font-title);}
.onbiz-progressbar-style-3  .progress-value { display: inline-flex; padding: 6px 10px; margin-top: -45px; align-items: center; justify-content: center; line-height: 1.5em; color: var(--color-theme-white); background-color: transparent !important; position: relative; border-radius: 5px; }
.onbiz-progressbar-style-3  .progress-value::before { content: ''; display: inline-block; width: 0; left: 0; position: absolute; bottom: -4px; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-style: solid; border-color: var(--color-theme-primary) transparent transparent; display: none; }
