#progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #fff;
    z-index: 11;
}
#progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: red;
    transition: width 0.1s linear;
    z-index: 11;
}
#progess-percent {
    padding-top: 2px;
    padding-left: 2px;
}
.bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: 10;
}
.bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
#progress-circle {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}
#loadtext1 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#loadtext {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
#progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 13;
    background-color: rgba(255, 255, 255, 0.4);
}

#progress-circle123 {
    position: absolute;
    top: 50%;
    left: 46%;
    
    border-radius: 50%;
    z-index: 13;
    background-color: rgb(255, 255, 255);
}

circle-progress::part(value) {
	stroke-width: 6px;
	stroke: hsl(39, 100%, 50%);
}
circle-progress::part(circle) {
	stroke-width: 6px;
	stroke: hsl(39, 100%, 85%);
}
circle-progress::part(text) {
	fill: hsl(39, 100%, 50%);
}

circle-progress::part(base) {
	width: 300px;
	height: 300px;
}
#unity-fullscreen-button {
    margin-top: 16px;
    margin-bottom: 16px;
}
