* {
    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%;
}

body {
    line-height: 1;
    position: relative;
    font-size: 11px;
    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: min(1024px, 100vw);
    max-width: 100%;
    height: 576px;
    display: block;
    margin: 0 auto;
    position: relative;
}

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

#wsopApp {
    width: min(1024px, 100vw);
    max-width: 100%;
    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;
    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: min(1024px, 100vw);
    max-width: 100%;
    height: 80px;
    float: left;
}

@media (max-width: 768px) {
    #wsopApp {
        width: 100%;
        height: 300px;
    }

    #unity-canvas {
        width: 100%;
        height: 300px;
    }

    #webgl-header #header-icon {
        width: 100%;
    }
}

#webgl-header .header-title {
    font-size: 35px;
    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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 26px;
    margin: 0;
}

.player-info-field {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    max-width: 100%;
}

.player-info-field .selectable {
    user-select: all;
    padding: 0 5px;
    word-break: break-word;
}

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

.btn {
    font-size: 20px;
    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: 16px;
    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 url('../assets/images/background.png') repeat-x;
    }
}

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

footer.footer {
    font-size: 15.72px;
}

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

.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;
}

.footer__stores {
    display: flex;
    gap: 17px;
}

.footer__stores a {
    height: 41px;
}

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

.social {
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    align-items: center;
}

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

.social__link {
    color: #ffffff;
    width: 40px;
    height: 40px;
    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: 12.5px;
}

.social__link._facebook:before {
    content: "";
    font-size: 19px;
}

.social__link._instagram:before {
    content: "";
    font-size: 16px;
}

.social__link._youtube:before {
    content: "";
    font-size: 18px;
}

.social__link:hover {
    box-shadow: inset 0 0 5px rgba(4, 170, 248, 0.6), 0 0 11px rgba(4, 170, 248, 0.6);
    text-shadow: 0 0 9px rgba(4, 170, 248, 0.7);
    color: #04aaf8;
}

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

body.facebook .footer__links {
    margin: 29px 0 21px;
}

.footer__links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
}


.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: 20px;
}

.footer__text {
    display: flex;
    gap: 29px;
    font-size: 12.5px;
}

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

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

@media screen and (max-width: 768px) {
    footer .container {
        width: 100%;
    }

    #player-info {
        flex-direction: column;
        gap: 10px;
    }

    .player-info-field {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .player-info-field .selectable {
        word-break: break-all;
        max-width: min(100%, 320px);
    }

    .footer__stores {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .footer__stores a {
        height: 32px;
    }

    .footer__social.social {
        flex: 0 0 100%;
        width: 100%;
        margin-inline-start: 0;
        justify-content: center;
        margin-top: 25px;
    }

    .footer__text {
        flex-direction: column;
        gap: 12px;
    }

    .footer__text b {
        width: auto;
        text-align: start;
    }

    .footer__links ul {
        gap: 12px;
    }
}

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