.nd-progress {
  width: 100%;
  height: 10px;
  display: flex;
}

.nd-progress__container {
  flex: 1;
  border: 1px solid var(--nd-color-border);
  padding: 2px;
  border-radius: 10px;
}

.nd-progress__fill {
  width: 0%;
  height: 100%;
  background: var(--nd-color-primary);
  border-radius: 10px;
  transition: all 0.5s ease-out;
}