/* root {
    display: block;
}

body {
    background-color: #000000;
    background-repeat: repeat-x;
    background-position: top;
    background-image: url(../sprites/bg_tile.jpg);
} */

*,
*:before,
*:after {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
input:before,
input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

::selection {
    background: transparent;
    color: inherit;
}

::-moz-selection {
    background: transparent;
    color: inherit;
}

#bingo-canvas {
    position: fixed;
}

#aviator_game {
    border: 0;
    width: 100%;
    height: 80vh;
    max-width: 1024px;
    max-height: 567px;
    margin-top: -200px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    -ms-touch-action: none;
}

@media (min-width: 1050px) {
    #bingo-canvas {
        position: fixed;
        top: 60px !important;
        left: auto !important;
        width: 1024px !important;
        height: 567px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #aviator_game {
        width: 1024px !important;
        height: 567px !important;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    #bingo-canvas {
        position: fixed;
        top: 60px !important;
        left: auto !important;
        width: 567px !important;
        height: 350px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media(max-width: 992px) {
    #aviator_game {
        width: 1024px !important;
        height: 100vh !important;
        max-height: 100vh !important;
        margin-top: -130px;
    }

}


@media(max-width: 768px) {
    #bingo-canvas {
        position: fixed;
        top: 60px !important;
        left: auto !important;
        width: 480px !important;
        height: 280px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

}

.scroll-restyle {
    scrollbar-color: transparent transparent !important;
    scrollbar-width: thin !important;
    -webkit-overflow-scrolling: touch !important;
}

@media (max-width: 768px) {
    /* .orientation-msg-container {
        position: absolute !important;
        top: 60px !important;
        left: auto !important;
        width: 567px !important;
        height: 550px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    } */

    .orientation-msg-text {
        font-size: 40px;
        font-family: "Arial" !important;
        color: #fff !important;
        text-align: center !important;
        width: 100% !important;
        position: absolute !important;
        top: 42% !important;
        webkit-transform: none !important;
        transform: none !important;
    }
}


.ani_hack {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    /* mobile webkit */
}

/***************FONTS*******************/
.check-fonts {
    position: fixed;
    opacity: 0;
}

.check-font-1 {
    font-family: 'aachendeemedregular';
}

@font-face {
    font-family: 'aachendeemedregular';
    src: url('ae01014d-webfont.eot');
    src: url('ae01014d-webfont.eot?#iefix') format('embedded-opentype'),
        url('ae01014d-webfont.woff2') format('woff2'),
        url('ae01014d-webfont.woff') format('woff'),
        url('ae01014d-webfont.ttf') format('truetype'),
        url('ae01014d-webfont.svg#aachendeemedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}