<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newzlive-progressbar-content {
  position: relative;
  margin-bottom: 2.1875em;
}

.newzlive-progressbar-content:last-child {
  margin-bottom: 0;
}

.progress-value {
  font-family: var(--highlight-font-family);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-bold);
  color: var(--color-theme-primary);
  transition: width .6s ease;
}
.progress-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.newzlive-progress-bar {
  height: 0.5em;
  position: relative;
  width: 100%;
  margin: 0.625em 0 0;
}

.newzlive-progress-bar .show-progress {
  display: block;
  height: 100%;
  width: 0;
  white-space: no-wrap;
}

.newzlive-progressbar-content .progress-title {
  font-family: var(--highlight-font-family);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h5);
  letter-spacing: var(--letter-spacing-one);
  text-transform: capitalize;
  color: var(--global-font-title);
}

.newzlive-progressbar-content .newzlive-progress-bar .show-progress{
  background: var(--color-theme-primary);
}


.newzlive-progressbar-content .newzlive-progress-bar{
  background: var(--color-theme-primary-light);
  padding: 2px 3px;
}


@media(max-width: 767px){
  .newzlive-progressbar-box .progress-value, .newzlive-progressbar-content .progress-title{
    font-size: inherit;
  }

}</pre></body></html>