:root {
    --progress: 0%;
}

.tracking-pixel {
    display: none;
    visibility: hidden;
}

#progress {
    display: none;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    background: url('../TemplateData/LoadingBackground.png') no-repeat;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: 383px;
    height: 45px;
    overflow: hidden;
    z-index: 1;
    border-radius: 60px;
}

#progress-value {
    overflow: hidden;
    margin: 2px 0 0 6px;
    background: url('../TemplateData/LoadingGreen.png') repeat-x;
    width: var(--progress);
    min-width: 9%;
    border-radius: 20px;
    height: 40px;
}
