.progress-bar-container{position:relative;width:64px;height:64px}.progress-bar{width:64px;height:64px;border-radius:50%;background:conic-gradient(#09d473 0,#09d473 var(--progress,0),#aab0ad78 var(--progress,0),#aab0ad78 100%);display:flex;align-items:center;justify-content:center}.progress-bar-inner{width:58px;height:58px;border-radius:50%;background:white;overflow:hidden;position:relative}.progress-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}progress{width:100%;height:16px;border-radius:8px;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}progress::-webkit-progress-bar{background-color:#d9d9d9}progress::-webkit-progress-value{background-color:#35be42;border-radius:8px}progress::-moz-progress-bar{background-color:#35be42;border-radius:8px}