.ns-progress-wrapper[data-v-beb81722]{align-items:center;display:flex;gap:var(--ns-spacing-3);width:100%}.ns-progress[data-v-beb81722]{background-color:var(--ns-bg-muted);border-radius:var(--ns-progress-radius);flex:1;overflow:hidden;width:100%}.ns-progress--sm[data-v-beb81722]{height:.25rem}.ns-progress--md[data-v-beb81722]{height:var(--ns-progress-height)}.ns-progress--lg[data-v-beb81722]{height:.75rem}.ns-progress__bar[data-v-beb81722]{border-radius:var(--ns-progress-radius);height:100%;transition:width var(--ns-duration-300) var(--ns-ease-out)}.ns-progress--default .ns-progress__bar[data-v-beb81722]{background-color:var(--ns-primary)}.ns-progress--success .ns-progress__bar[data-v-beb81722]{background-color:var(--ns-success)}.ns-progress--warning .ns-progress__bar[data-v-beb81722]{background-color:var(--ns-warning)}.ns-progress--error .ns-progress__bar[data-v-beb81722]{background-color:var(--ns-error)}.ns-progress--info .ns-progress__bar[data-v-beb81722]{background-color:var(--ns-info)}.ns-progress__bar--animated[data-v-beb81722]{transition:width var(--ns-duration-500) var(--ns-ease-out)}.ns-progress__bar--striped[data-v-beb81722]{animation:ns-progress-stripes-beb81722 1s linear infinite;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.ns-progress__bar--indeterminate[data-v-beb81722]{animation:ns-progress-indeterminate-beb81722 1.5s var(--ns-ease-in-out) infinite;width:50%!important}.ns-progress__value[data-v-beb81722]{color:var(--ns-fg-subtle);flex-shrink:0;font-size:var(--ns-text-sm);font-weight:var(--ns-font-medium);min-width:3rem;text-align:right}@keyframes ns-progress-stripes-beb81722{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes ns-progress-indeterminate-beb81722{0%{transform:translate(-100%)}to{transform:translate(200%)}}
