#progress-bar {
    width: 322px;
    position: absolute;
    bottom: 94px;
    border-radius: 20px;
}

#unity-progress-bar-empty {
    height: 26px;
    margin-top: 12px;
    text-align: left;
    padding: 3px;
    border-radius: 100px;
    background-color: white;
    transform: scale(0.85);
}

#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    background-image: url(bar.png);
    background-size: contain;
}

.progress-bar__title {
    font-weight: 500;
    font-family: Inter;
    font-size: 20px;
    display: flex;
    justify-content: center;
    color: white;
}

.progress-bar__dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 78px;
    right: 0;
}

.progress-bar__text-container {
    position: relative;
}
