.progress-circle {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: conic-gradient(var(--active-color) 0% 50%, var(--inactive-color) 50% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
}

.progress-circle::before {
    content: '';
    width: 70%;
    height: 70%;
    background-color: white;
    border-radius: 50%;
    position: absolute;
}

.progress-circle span {
    position: absolute;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #6e6e6e;
}