body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background-color: black;
    color: black;
    background-image: url(/rc/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-style: none;
    user-select: none;
}

body::-webkit-scrollbar {
    display: block;
    width: 6px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.7);
}

body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

div {
    text-align: center;
}

a {
    user-select: none;
}

.canvas-web-footer-container {
    width: calc(100vw - 6px);
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

.canvas-web-footer-link:visited {
    color: white;
}

.canvas-web-footer-link {
    color: white;
}

.canvas-web-footer-text {
    color: white;
    /*text-shadow: 0 0 2px black;*/
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 14px;
    width: 60vw;
    max-width: 600px;
}

#page-footer {
    text-align: center;
    margin: 0 auto;
    font-size: 0.9em;
    color: white;
}

#page-footer a {
    color: white;
}

#gamecontainer {
    position: relative;
    width: 100%;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.loader {
    font-size: 10px;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar {
    display: none;
}

body .footer {
    height: 105px;
    text-align: center;
}
-->
body .footer .chickgoddess{
    display: flex;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
}
body .footer .chickgoddess .bnr4_w {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 580px;
    opacity: 0;
}

.content-container {
    display: block;
    position: relative;
}

#chat-container {
    position: absolute;
    top: 10px;
    left: 5px;
    bottom: 10px;
    width: 10%;
}

#chat-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#gameContainer {
    margin: 0 auto !important;
}

#loader-wrapper {
    position: relative;
    margin: 0 auto;
}

/* New loader styles */

.progress-bar-top {
    height: 12px;
    background: linear-gradient(90deg, #FFA800 0%, #FCFE03 100%);
    width: 0%;
    position: absolute;
    bottom: 0px;
}

.progress-bar-bottom {
    height: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    bottom: 16px;
}

.loader-fade {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    height: 60px;
    width: 100%;
}

#loader-logo {
    display:inline-block;
    position: relative;
    margin:auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}

#loader-logo > video {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

#loader-logo > img {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

#unity-fullscreen-button {
    cursor: pointer;
    width: 52px;
    height: 52px;
    position: absolute;
    background: url('full_screen_button.svg') no-repeat center
}
