
.cssload-container{
    position:relative;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(0,217,255);
    border-left-color: rgb(0,123,255);
    border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}

.cssload-whirlpool {
    margin: -24px 0 0 -24px;
    height: 49px;
    width: 49px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -22px 0 0 -22px;
    height: 43px;
    width: 43px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -28px 0 0 -28px;
    height: 55px;
    width: 55px;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

/*---------------------loading Bar----------------------*/
.loadingProgress p {
    padding: 0;
    margin: 0;
    font-size: .7rem;
    font-weight: bold;
    -webkit-text-stroke: 0.5px #000000;
}

.progress-bar {
    background-color: #1a1a1a;
    height: 5px;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    margin-bottom: 15px;
}

.progress-text {
    font-style: normal;
    color: #ffffff;
}

.progress-bar span {
    display: block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
    background-color: #34c2e3;
}
.Loading_imgbox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*---------------------Game logo----------------------*/
.loading_Gamelogo{
    background: url(../imgs/GL_logo.png)no-repeat 0 0;
    width: 278px;
    height: 145px;
    background-size: 278px 145px;
}
.loading_TGlogo{
    background: url(../imgs/TGL_GIF_150x144.gif)no-repeat 0 0;
    width: 150px;
    height: 144px;
    background-size: 150px 144px;
    display: none;
}
.loading_TGtext{
    background: url(../imgs/TGL_Text_150x25.gif)no-repeat 0 0;
    width: 186px;
    height: 31px;
    background-size: 186px 31px;
    margin-bottom: 30px;
    display: none;
}
.loadingGif{
    background: url(../imgs/loadingGif.gif)no-repeat 0 0;
    width: 150px;
    height: 144px;
    background-size: 150px 144px;
    display: none;
}

.loading_PreLoading{
    /* margin: auto; */
    /* width: 100%; */
    /* height: 100%; */
    /* text-align: center; */
    /* background-image: url(./imgs_bg_02.png), url(./imgs_bg_01.jpg); */
    /* background-size: 40px, 100% 100%; */
    /* background-color: #171717; */
    /* background-repeat: repeat, no-repeat; */
    display: flex;
    /* justify-content: center; */
    /* align-content: center; */
    flex-direction: column;
    align-items: center;
    width: 170%;
    flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {

    .Loading_imgbox{
        transform:scale(0.7);
        margin-top: -30px;
    }
    .loading_PreLoading{
        width: 170%;
    }
}

@media only screen and (max-width: 736px) {

    .Loading_imgbox{
        transform:scale(0.6);
        margin-top: -10px;
    }
    .loading_PreLoading{
        width: 170%;
    }
}

@media only screen and (max-width: 720px) {

    .Loading_imgbox{
        transform:scale(1);
    }
    .loading_PreLoading{
        width: 100%;
    }
}
@media only screen and (max-width: 667px) {

    .Loading_imgbox{
        transform:scale(0.6);
        margin-top: -36px;
    }
    .loading_PreLoading{
        width: 170%;
    }
}
@media only screen and (max-width: 568px) {

    .Loading_imgbox{
        transform:scale(0.7);
        margin-top: -60px;
    }
    .loading_PreLoading{
        width: 100%;
    }
}
@media only screen and (max-width: 414px) {

    .Loading_imgbox{
        transform:scale(0.7);
    }
    .loading_PreLoading{
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {

    .Loading_imgbox{
        transform:scale(0.7);
    }
    .loading_PreLoading{
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {

    .Loading_imgbox{
        transform:scale(0.6);
    }
    .loading_PreLoading{
        width: 100%;
    }
}

/* fid 20241209 */
.loading_FooterLogo {
    margin-top: 30%;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.loading_FooterLogo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}