.g-progress{--_--empty-background-color:var(--g-color-base-generic);--_--empty-text-color:var(--g-color-text-primary);--_--filled-text-color:var(--g-color-text-primary);--_--filled-background-color:var(--g-color-base-neutral-medium);background-color:var(--g-progress-empty-background-color,var(--_--empty-background-color));text-align:center;border-radius:3px;margin:0 auto;position:relative;overflow:hidden}.g-progress__text{font-size:var(--g-text-body-short-font-size);font-weight:var(--g-text-body-font-weight);font-family:var(--g-text-body-font-family);box-sizing:border-box;color:var(--g-progress-empty-text-color,var(--_--empty-text-color));padding:0 10px;position:relative}.g-progress__text-inner{font-size:var(--g-text-body-short-font-size);font-weight:var(--g-text-body-font-weight);font-family:var(--g-text-body-font-family);box-sizing:border-box;width:100%;height:100%;color:var(--g-progress-filled-text-color,var(--_--empty-text-color));padding:0 10px;transition:transform .6s;position:absolute}.g-progress__item{float:left;background-color:var(--g-progress-filled-background-color,var(--_--filled-background-color));width:100%;height:100%;transition:transform .6s,width .6s,background-color .6s;position:relative;overflow:hidden}[dir=rtl] .g-progress__item{float:right}.g-progress__item_theme_default{--_--filled-background-color:var(--g-color-base-neutral-medium)}.g-progress__item_theme_success{--_--filled-background-color:var(--g-color-base-positive-medium)}.g-progress__item_theme_warning{--_--filled-background-color:var(--g-color-base-warning-medium)}.g-progress__item_theme_danger{--_--filled-background-color:var(--g-color-base-danger-medium)}.g-progress__item_theme_info{--_--filled-background-color:var(--g-color-base-info-medium)}.g-progress__item_theme_misc{--_--filled-background-color:var(--g-color-base-misc-medium)}.g-progress__item_loading{background-image:repeating-linear-gradient(-45deg,#ffffff4d,#ffffff4d 4px,#0000 4px 8px);background-size:150%;background-clip:padding-box;animation:.5s linear infinite g-loading-animation}.g-progress__stack{width:100%;color:var(--g-color-text-light-primary);margin:0 auto;transition:transform .6s;position:relative;overflow:hidden}.g-progress_size_m,.g-progress_size_m .g-progress__stack{height:20px;line-height:20px}.g-progress_size_m .g-progress__text{height:20px;margin-block-end:-20px}.g-progress_size_s,.g-progress_size_s .g-progress__stack{height:10px;line-height:10px}.g-progress_size_xs,.g-progress_size_xs .g-progress__stack{height:4px;line-height:4px}.g-progress_size_s .g-progress__text,.g-progress_size_s .g-progress__text-inner,.g-progress_size_xs .g-progress__text,.g-progress_size_xs .g-progress__text-inner{display:none}
