* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: "icomoon";
    src: url("../assets/fonts/icomoon.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'nav-icons';
    src: url("../assets/fonts/nav-icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nav-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../assets/fonts/AkzidenzGrotesk-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../assets/fonts/AkzidenzGrotesk-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../assets/fonts/AkzidenzGrotesk-LightConde.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: block;
    font-stretch: condensed;
}

@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../assets/fonts/AkzidenzGrotesk-MediumCondAlt.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: block;
    font-stretch: condensed;
}

@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../assets/fonts/AkzidenzGrotesk-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: block;
}

html {
    position: relative;
    height: 100%;
    font-size: 62.5%;
    font-size: 0.83333vw;
}

body {
    line-height: 1;
    position: relative;
    font-size: 1.1rem;
    font-family: "Akzidenz Grotesk";
    font-weight: 300;
    background: #000 url('../assets/images/background.png') no-repeat 50% 0;
    color: #fff;
    margin: 0;
    padding: 0;
    user-select: none;
    touch-action: pan-y;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
    background: transparent;
    transition: 0.3s all;
}

ol, ul {
    list-style: none;
}

#unity-canvas {
    width: 1024px;
    height: 576px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#wsopApp * {
    border: 0;
    margin: 0;
    padding: 0
}

#wsopApp {
    width: 1024px;
    height: 576px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#wsopApp > canvas {
    background-color: #05041E;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#wsopApp #backgroundIMG {
    background: #000000 url('background.png') no-repeat center / contain;
    max-width: 1499px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#wsopApp #logo {
    position: absolute;
    left: 50%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('progressLogo.Light.png') no-repeat center / contain;
    width: 154px;
    height: 130px;
}

#wsopApp #loading {
    background: url('loading_circle.png') no-repeat center / contain;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50% !important;
    top: 80% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

#webgl-header {
    position: relative;
    overflow: hidden;
    background: #060543;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#webgl-header #header-icon {
    background: url('../assets/images/header-logo.png') no-repeat;
    width: 1024px;
    height: 80px;
    float: left;
}

#webgl-header .header-title {
    font-size: 3.5rem;
    font-weight: bold;
    padding-left: 10px;
    float: left;
}

/* center popups on Facebook */
body.facebook #OneRewardDiv,
body.facebook #plpPopupContainer,
body.facebook #oneconnect-back > div {
    top: 30%;
}

#player-info span {
    user-select: all;
    padding: 0 5px;
}

#player-info strong {
    padding: 0 2px;
}

.btn {
    font-size: 2rem;
    color: #83bdff;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
    border: 0;
    cursor: pointer;
    padding: 0 5px 0 5px;
}

.action-btn {
    cursor: pointer;
    color: #044b00;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid black;
    border-radius: 2px;
    background: #b6ff00;
    background-image: linear-gradient(to bottom, #b6ff00 0%, #b6ff00 10%, #3eb300 35%, #3eb300 65%, #b6ff00 90%, #b6ff00 100%);
    box-shadow: inset 0 0 2px 2px #1e7203;
    text-shadow: 0 1px 0 rgb(255 255 255 / 25%), 0 -1px 0 rgb(0 0 0 / 25%);
    width: auto;
    height: 100%;
    font-family: AkzidGroProXBolCnd;
    padding: 5px 10px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(359deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes rotation {
    from {
        transform: translate(-50%, -50%) rotate(359deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

#oneconnect-back {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed !important;
}

#oneconnect-back iframe {
    border: none;
}

#oneconnect-back > div {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 640px) {
    #oneconnect-back > div {
        width: 600px;
        height: calc(648px);
    }
}

@media screen and (min-width: 960px) {
    #oneconnect-back > div {
        width: 500px;
        height: calc(540px);
    }
}

/* for ultra wide monitors */
@media screen and (min-width: 2380px) {
    body {
        background: #000;
    }

    #webgl-header {
        background: url('../assets/images/background.png') repeat 50% 0;
    }
}

footer {
    margin-top: auto;
    position: relative;
    background-image: none;
}

footer .container {
    max-width: 92%;
    width: 102.5rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 0 3.4375rem;
}

.player-info-wrapper {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
}

body.facebook .player-info-wrapper {
    margin: 30px 0;
}

body.standalone .player-info-wrapper {
    margin: 30px 0 20px 0;
}

.player-info-wrapper span:not(:last-child) {
    margin-right: 2em;
}

.footer__stores {
    display: flex;
    gap: 1.1875rem;
}

.footer__stores a {
    height: 2.875rem;
}

.footer__stores img {
    display: block;
    height: 100%;
    width: auto;
}

.social {
    display: flex;
    gap: 1.0625rem;
    -webkit-box-align: center;
    align-items: center;
}

.footer__social {
    margin-inline-start: auto;
}

.social__link {
    color: #ffffff;
    width: 2.8125rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social__link:before {
    font-family: "icomoon";
}

.social__link._twitter:before {
    content: "";
    font-size: 0.875rem;
}

.social__link._facebook:before {
    content: "";
    font-size: 1.3125rem;
}

.social__link._instagram:before {
    content: "";
    font-size: 1.125rem;
}

.social__link._youtube:before {
    content: "";
    font-size: 1.25rem;
}

.social__link:hover {
    box-shadow: inset 0 0 0.375rem rgba(4, 170, 248, 0.6), 0 0 0.75rem rgba(4, 170, 248, 0.6);
    text-shadow: 0 0 0.625rem rgba(4, 170, 248, 0.7);
    color: #04aaf8;
}

.footer__links {
    width: 100%;
    margin: 25px 0;
    font-weight: 500;
}

body.facebook .footer__links {
    margin: 2rem 0 1.5rem 0;
}

.footer__links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}


.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.88) !important;
}

.about-footer-modal {
    display: none;
    width: 460px;
    background-color: #01032f;
    border-radius: 10px;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 7px 2px #0042ff, 0 0 7px 2px #0042ff;
    box-shadow: inset 0 0 7px 2px #0042ff, 0 0 7px 2px #0042ff;
    border: 1px solid #325461;
    border-bottom: 1px solid rgba(89, 209, 255, 0.7);
    text-align: center;
    color: #fff;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .about-footer-modal {
        max-width: 460px;
        width: 90vw;
    }
}

.about-footer-modal .carousel__button {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 2px solid rgba(89, 209, 255, 0.7);
    top: 7px !important;
    right: 7px !important;
}

.about-footer-modal .carousel__button svg {
    stroke: rgba(89, 209, 255, 0.7);
    stroke-width: 3px;
}

.about-footer-modal-title {
    text-shadow: 0 2px 10px #0042ff, 0 -2px 10px #0042ff;
    color: #59d1ff;
    font-size: 30px;
    padding: 10px;
    border-bottom: 1px solid rgba(89, 209, 255, 0.7);
    -webkit-box-shadow: 0 5px 7px -3px #0042ff;
    box-shadow: 0 5px 7px -3px #0042ff;
    font-weight: 700;
    text-transform: uppercase;
}

.about-footer-modal-content {
    -webkit-box-shadow: inset 0 0 7px 2px #0042ff;
    box-shadow: inset 0 0 7px 2px #0042ff;
    padding: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 20px;
}

.about-footer-modal-content p:not(:last-child) {
    margin-bottom: 1em;
}

.footer__text {
    display: flex;
    gap: 2rem;
    font-size: 0.875rem;
}

.footer__text p {
    line-height: calc(11 / 7);
    font-family: Poppins;
    letter-spacing: 0.0175rem;
}

.footer__text b {
    -webkit-margin-before: -0.25rem;
    margin-block-start: -0.25rem;
    letter-spacing: 0.01875rem;
    text-align: end;
    width: 14.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: calc(13 / 7);
    font-weight: 500;
}

#playtika-vipchat-root-container {
    z-index: 10;
}
