.progress-bar{width:100%;height:7px}.progress-bar__track{overflow:hidden;width:100%;height:100%;background-color:#666;border-radius:2px;cursor:pointer}.progress-bar__value{height:100%;background:linear-gradient(90deg,var(--second-gradient-color),var(--first-gradient-color));transition:width .1s linear}.card-progressbar{position:absolute;bottom:0;left:0;width:100%;height:4px}.card-progressbar .progress-bar__track{background:rgba(255,255,255,.15);border-radius:0}.card-progressbar .progress-bar__value{background:var(--primary-color)}