
.progress-container {
    width: 50px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.progress-label-wrapper {
    width: 130px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .progress-wrapper-padding {
        padding-top: 100px;
    }
}

.text-progress-active {
    color: #e65d2d;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
}

.text-progress-inactive {
    color: #515c6f;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
}

.bg-progress-active {
    background-color: #e65d2d;
    font-weight: bold;
}

.bg-progress-inactive {
    background-color: #FFDCC4;
    font-weight: bold;
}

.circle-wrap {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.progress-icon {
    font-size: x-large;
    color: white;
    position: relative;
    left: 1%;
}

.progress-contents {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-circle {
    width: 30px;
    min-width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.progress-bar {
    margin: 30px -15px 0;

    height: 10px;
    width: 40%;
    min-width: 100px;
    max-width: 300px;
    max-height: 35px;
}

.progress-lil-circle {
    background: white;
    width: 40%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: 1;
}
