#LoadingPage {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 23000;
    position: absolute;
    background-image: url("/assets/360/img/social-image/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 0.8rem;
}

.gray-container {
    background-color: rgba(8, 8, 8, 0.7);
    border: 2px solid rgb(3, 3, 3);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    height: 400px;
    border-radius: 3%;
    padding: 0;
    min-width: 480px;
    max-width: 800px;
    margin: 5% auto 0;
}

.loader {
    margin-top: 20%;
}

.loading-text {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

.progress-bar-wrapper {
    width: 80%;
    height: 30px;
    border: 1px solid white;
    text-align: center;
    margin: auto;
}

.myprogress {
    background-color: #997429;
    width: 0%;
    height: 30px;
    /* transition: width 1s ease-out; */
}

#WinnerPage {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background-color: white;
}

#RecoverPage {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    color: white;
    background-color: var(--main-theme-color);
}
