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(/img/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-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
}

/* === Age verification === */
@keyframes termAnimation {
    0% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

.terms-modal-overlay {
    background-size: cover;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000000;
    background-image: url("/img/age-bg.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    animation: termAnimation 300ms;
}

.age-modal-left-girl, .age-modal-right-girl {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.age-modal-left-girl {
    height: 75%;
    background-image: url("/img/belle.png");
    background-position: bottom left;
    left: 0;
}
.age-modal-right-girl {
    height: 85%;
    background-image: url("/img/kitty.png");
    background-position: bottom right;
    right: 0;
}
@media (max-aspect-ratio: 1.2/1) {
    .age-modal-left-girl, .age-modal-right-girl {
        display: none;
    }
}
.age-verification-form {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
}
.age-verification-form h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}
.age-modal-text {
    font-size: 28px;
    max-width: 610px;
    text-wrap: pretty;
    text-align: center;
    margin-bottom: 20px;
}
.btn-agree {
    background-image: url("/img/age-btn.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 120px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: none;
    background-color: transparent;
    color: #fff;
}
.btn-agree:hover {
    cursor: pointer;
    filter: brightness(1.1);
    transform: scale(1.05);
}
.agree-button-text {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    margin-top: -6px;
}
.agree-button-subtext {
    font-size: 15px;
    font-weight: 800;
}
.not-agree {
    text-decoration: underline;
    font-size: 25px;
    color: #fff;
}
.lock-icon {
    background-image: url("/img/lock.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

/* === Footer === */
.canvas-web-footer-container {
    font-family: "Helvetica", sans-serif;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    align-items: flex-end;
    bottom: 0;
}
.canvas-web-footer-link, .canvas-web-footer-link:visited {
    color: white;
    text-decoration: underline;
}
.canvas-web-footer-text {
    margin: 0 auto 2px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}
.mirror-footer-text {
    margin: 0 auto 1px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.footer-second-column {
    margin: 0px;
    margin-right: 5px;
    border: 0px;
}