.progress-bar{background-color:#fdfdfd;border:1px solid var(--main-color);border-radius:var(--border-radius);height:16px;margin:5px 0;max-width:100%;width:100%}.progress-bar:has(.is-completed){border-color:rgba(21,103,21,.45)}.progress-bar:has(.is-not-completed){border-color:rgba(215,8,8,.45)}.progress-bar .custom-progress{background:var(--main-color);border-radius:var(--border-radius);height:15px;transition:width .5s ease-in;width:0}.progress-bar .custom-progress.is-completed{background:#156715}.progress-bar .custom-progress.is-not-completed{background:#b30707}.progress-bar .progress-value{color:var(--desc-color);font-size:18px;line-height:18px;position:absolute;right:50%;top:2px;transform:translatex(-50%)}