.custom-loader {
    position: absolute;
    width: 960px;
    height: 600px;
    top: calc(50% - 21px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-loader-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.custom-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.loading-panel {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 36px;
    width: 278px;
    padding: 21px 0;
    background-color: rgba(51, 51, 51, 0.75);
    backdrop-filter: blur(5px);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    box-sizing: border-box;
}
.loading-panel p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.loading-panel .percentages-line {
    font-size: 16px;
    line-height: 20px;
    width: 140px;
}
.loading-panel .seconds-line, .loading-panel .size-line {
    font-size: 10px;
    line-height: 14px;
    width: 150px;
}
.loading-panel .size-line {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.loading-panel .size-line span {
    font-weight: 400;
    width: 50px;
}
.loading-panel p span {
    font-weight: 700;
    text-align: left;
}
.loading-panel p span.size-value {
    text-align: right;
}
.progressbar-container {
    width: 146px;
    height: 5px;
    background-color: rgba(239, 239, 239, 0.5);
    border-radius: 122px;
    overflow: hidden;
}
.progressbar-item {
    width: 100%;
    height: 100%;
    background-color: rgba(239, 239, 239, 0.9);
    margin-left: 0;
}

#unity-webgl-logo {
    display: none;
}
